1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

remove commenting out of debugging statement

This commit is contained in:
Edwin Groothuis 2003-09-08 22:20:28 +00:00
parent 8124ef886a
commit c9097e631f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88823

View File

@ -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