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:
parent
8124ef886a
commit
c9097e631f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88823
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user