diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-13 01:40:27 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-13 01:40:27 +0000 |
commit | 159d6bfff22dd29ffb2f547464e51f7c6bb86754 (patch) | |
tree | 96916ab144a56acc99eac353709e8f0205253987 /security/bugs | |
parent | 8a08c7f89e86f902a6ebbe0a30d3e0ea1b3dae98 (diff) | |
download | ports-159d6bfff22dd29ffb2f547464e51f7c6bb86754.tar.gz ports-159d6bfff22dd29ffb2f547464e51f7c6bb86754.zip |
Notes
Diffstat (limited to 'security/bugs')
-rw-r--r-- | security/bugs/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/bugs/Makefile b/security/bugs/Makefile index 0ebb6f005ecc..f5601272372c 100644 --- a/security/bugs/Makefile +++ b/security/bugs/Makefile @@ -21,6 +21,9 @@ USE_REINPLACE= yes # No Manual page +post-extract: + ${FIND} ${WRKSRC} -type d -exec ${CHMOD} +x {} \; + post-configure: (cd ${WRKSRC}; ${MAKE} bsd); ${REINPLACE_CMD} -e 's:^INSTALL_PATH = "/usr/local/bugs-.*":INSTALL_PATH = "${PREFIX}/${DISTNAME}":' ${WRKSRC}/Makefile; |