summaryrefslogtreecommitdiffstats
path: root/devel/bugzilla2/Makefile
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2001-10-02 19:37:42 +0000
committerphantom <phantom@FreeBSD.org>2001-10-02 19:37:42 +0000
commitdec5076a0fefaec4b70267d9f61ff66fdb1faac1 (patch)
treefa34c667053c4a2aa096b7003778dd393d271e2c /devel/bugzilla2/Makefile
parent8958fe899ca96ea5c38c37bb1b049ba53a884957 (diff)
downloadFreeBSD-ports-dec5076a0fefaec4b70267d9f61ff66fdb1faac1.zip
FreeBSD-ports-dec5076a0fefaec4b70267d9f61ff66fdb1faac1.tar.gz
* don't setup README.docs. It's developers resource.
* use ${INSTALL} directly instead of ${INSTALL_DATA} to preserve exec permissions for scripts * add post-install target to display pkg-message * rewrite pkg-message to give minimal quick setup instructions
Diffstat (limited to 'devel/bugzilla2/Makefile')
-rw-r--r--devel/bugzilla2/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/bugzilla2/Makefile b/devel/bugzilla2/Makefile
index 852decf..4d88435 100644
--- a/devel/bugzilla2/Makefile
+++ b/devel/bugzilla2/Makefile
@@ -52,6 +52,7 @@ post-patch:
@find -d ${WRKSRC} -name CVS -type d -exec ${RM} -rf {} \;
@find -d ${WRKSRC} -name sgml -type d -exec ${RM} -rf {} \;
@find ${WRKSRC} -name .cvsignore -type f -exec ${RM} -f {} \;
+ @find ${WRKSRC} -name README.docs -type f -exec ${RM} -f {} \;
.for i in ${BONSAIPERLWC}
@${PERL} -pi -e 's@#!/usr/bonsaitools/bin/perl@#!/usr/bin/perl@' \
${WRKSRC}/$i
@@ -65,10 +66,13 @@ pre-install:
do-install:
${MKDIR} ${BUGZILLADIR}
find ${WRKSRC} \! -type d -maxdepth 1 \! -name UPGRADING* -exec \
- ${INSTALL_DATA} {} ${BUGZILLADIR} \;
+ ${INSTALL} ${COPY} -m 700 {} ${BUGZILLADIR} \;
.if !defined(NOPORTSDOCS)
${MKDIR} ${DOCSDIR}
${TAR} -C ${WRKSRC}/docs -cf - . | ${TAR} --unlink -C ${DOCSDIR} -xf -
.endif
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
.include <bsd.port.mk>
OpenPOWER on IntegriCloud