View | Details | Raw Unified | Return to bug 118749
Collapse All | Expand All

(-)ports/Mk/bsd.commands.mk (+1 lines)
Lines 83-88 Link Here
83
TRUE?=		true				# Shell builtin
83
TRUE?=		true				# Shell builtin
84
UMOUNT?=	/sbin/umount
84
UMOUNT?=	/sbin/umount
85
UNAME?=		/usr/bin/uname
85
UNAME?=		/usr/bin/uname
86
UNMAKESELF_CMD?=	${LOCALBASE}/bin/unmakeself
86
UNZIP_CMD?=	${LOCALBASE}/bin/unzip
87
UNZIP_CMD?=	${LOCALBASE}/bin/unzip
87
WHICH?=		/usr/bin/which
88
WHICH?=		/usr/bin/which
88
XARGS?=		/usr/bin/xargs
89
XARGS?=		/usr/bin/xargs

Return to bug 118749