diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-08 22:20:28 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-08 22:20:28 +0000 |
commit | c9097e631f9d75431991e815ed41c6cb64c4e0b8 (patch) | |
tree | f79885275035f705d8465b96675c9ee7a5f4e1b8 | |
parent | 8124ef886aca9114a64da08169796e27529a508e (diff) | |
download | ports-c9097e631f9d75431991e815ed41c6cb64c4e0b8.tar.gz ports-c9097e631f9d75431991e815ed41c6cb64c4e0b8.zip |
Notes
-rw-r--r-- | sysutils/nwclient/Makefile | 4 |
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 |