diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-07-03 14:26:03 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-07-03 14:26:03 +0000 |
commit | 9a4a70b187ebac7d5e9c325d5c7480061e284e2e (patch) | |
tree | 53677c402432289395827d9c7d9d9a6670f0b961 /devel/bugzilla2/Makefile | |
parent | 6a41349079a61ac7af46994112950958d5b96912 (diff) |
Notes
Diffstat (limited to 'devel/bugzilla2/Makefile')
-rw-r--r-- | devel/bugzilla2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bugzilla2/Makefile b/devel/bugzilla2/Makefile index db944c1a0f25..5245b048e91d 100644 --- a/devel/bugzilla2/Makefile +++ b/devel/bugzilla2/Makefile @@ -102,7 +102,7 @@ do-install: find ${WRKSRC} \! -type d -maxdepth 1 \! -name UPGRADING* -exec \ ${INSTALL_SCRIPT} {} ${PREFIX}/${BUGZILLADIR} \; ${TAR} -C ${WRKSRC} -cf - template css | ${TAR} --unlink -C ${PREFIX}/${BUGZILLADIR} -xf - -.if !defined(NOPORTSDOCS) +.if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${TAR} -C ${WRKSRC}/docs -cf - . | ${TAR} --unlink -C ${DOCSDIR} -xf - .endif @@ -113,7 +113,7 @@ do-install: mysqld-watcher.pl yp_nomail.sh ${PREFIX}/${BUGZILLADIR}/contrib cd ${WRKSRC}/contrib/cmdline; ${INSTALL_SCRIPT} buglist bugs \ query.conf ${PREFIX}/${BUGZILLADIR}/contrib/cmdline -.if !defined(NOPORTSDOCS) +.if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR}/contrib cd ${WRKSRC}/contrib; ${INSTALL_DATA} README README.Mailif \ bugmail_help.html bugzilla.procmailrc ${DOCSDIR}/contrib |