aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-08 22:20:28 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-08 22:20:28 +0000
commitc9097e631f9d75431991e815ed41c6cb64c4e0b8 (patch)
treef79885275035f705d8465b96675c9ee7a5f4e1b8
parent8124ef886aca9114a64da08169796e27529a508e (diff)
downloadports-c9097e631f9d75431991e815ed41c6cb64c4e0b8.tar.gz
ports-c9097e631f9d75431991e815ed41c6cb64c4e0b8.zip
remove commenting out of debugging statement
Notes
Notes: svn path=/head/; revision=88823
-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