summaryrefslogtreecommitdiff
path: root/net-mgmt/flowd/Makefile
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2011-07-02 14:40:04 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2011-07-02 14:40:04 +0000
commitb9d63d5e766cadf77f53431661dcf7abb96216cb (patch)
tree990190f2d050443a2d1ad122b4e4f79fde3ec3c5 /net-mgmt/flowd/Makefile
parent- Update MASTER_SITES and WWW: line (diff)
- remove workaround, it's now implemented in the user/group
framework and no longer used.
Notes
Notes: svn path=/head/; revision=276894
Diffstat (limited to 'net-mgmt/flowd/Makefile')
-rw-r--r--net-mgmt/flowd/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/net-mgmt/flowd/Makefile b/net-mgmt/flowd/Makefile
index 26c49861c737..9e31af64a685 100644
--- a/net-mgmt/flowd/Makefile
+++ b/net-mgmt/flowd/Makefile
@@ -69,11 +69,6 @@ post-patch:
${WRKSRC}/tools/wormsuspects.pl
post-install:
-# XXX Workaround: can be removed if the bug described in ports/152498 is fixed!
- @${EGREP} -e '^@exec.*${PW}' -e '^@exec ${INSTALL} -d -g' ${TMPPLIST} > ${WRKDIR}/.PLIST.ugid
- @${EGREP} -v -e '^@exec.*${PW}' -e '^@exec ${INSTALL} -d -g' ${TMPPLIST} >> ${WRKDIR}/.PLIST.ugid
- @${MV} -v ${WRKDIR}/.PLIST.ugid ${TMPPLIST}
-
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}