diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-07-02 22:40:04 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-07-02 22:40:04 +0800 |
commit | d590d0d3f0c173f89fc4e6edb11f16e796001240 (patch) | |
tree | 536c62c98d29c3913f5a410b1b6d6ac9e605cf08 /net-mgmt | |
parent | 6e102662d8cccb6f7747cf770bd4be0c5ed79cbb (diff) | |
download | freebsd-ports-gnome-d590d0d3f0c173f89fc4e6edb11f16e796001240.tar.gz freebsd-ports-gnome-d590d0d3f0c173f89fc4e6edb11f16e796001240.tar.zst freebsd-ports-gnome-d590d0d3f0c173f89fc4e6edb11f16e796001240.zip |
- remove workaround, it's now implemented in the user/group
framework and no longer used.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/flowd/Makefile | 5 |
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} |