aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/nwclient
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-09-09 06:20:28 +0800
committeredwin <edwin@FreeBSD.org>2003-09-09 06:20:28 +0800
commit9d2108cf4c98183509f3aba1489c4fc4eec7934a (patch)
tree8a70c00edfb0f8c56e1900ba708e0eb4cb13b808 /sysutils/nwclient
parente332c2e5ddbef8c47be463b3e1a52d6569278469 (diff)
downloadfreebsd-ports-gnome-9d2108cf4c98183509f3aba1489c4fc4eec7934a.tar.gz
freebsd-ports-gnome-9d2108cf4c98183509f3aba1489c4fc4eec7934a.tar.zst
freebsd-ports-gnome-9d2108cf4c98183509f3aba1489c4fc4eec7934a.zip
remove commenting out of debugging statement
Diffstat (limited to 'sysutils/nwclient')
-rw-r--r--sysutils/nwclient/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/nwclient/Makefile b/sysutils/nwclient/Makefile
index 5927719fc374..56050dca2f77 100644
--- a/sysutils/nwclient/Makefile
+++ b/sysutils/nwclient/Makefile
@@ -63,7 +63,7 @@ post-patch:
${CHMOD} -w ${WRKSRC}/networker.sh
do-install:
- @${MKDIR} -p ${PREFIX}/nsr/bin ${PREFIX}/man/man8 ${LOCALBASE}/etc/rc.d
+ @${MKDIR} ${PREFIX}/nsr/bin ${PREFIX}/man/man8 ${LOCALBASE}/etc/rc.d
@cd ${WRKSRC} && ${TAR} cf - gls | \
(cd ${PREFIX}/nsr && ${TAR} --unlink -xpf -)
@cd ${WRKSRC}/${ARCH} && ${TAR} cf - . | \
@@ -81,7 +81,7 @@ do-install:
post-install:
@${SED} -e "s,ROOTDIR,${PREFIX}," < ${PKGMESSAGE}
-# @cd / && rm -f nsr && ${LN} -s ${PREFIX}/nsr
+ @cd / && ${RM} -f nsr && ${LN} -s ${PREFIX}/nsr
pre-deinstall:
${RM} -f /nsr