aboutsummaryrefslogtreecommitdiff
path: root/devel/bugzilla3/Makefile
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2011-05-22 22:16:27 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2011-05-22 22:16:27 +0000
commit3806babe4be31484114c336a87b460d674814e81 (patch)
treef88f8447b295d7a59dc6e7774d8dea44ecdea929 /devel/bugzilla3/Makefile
parent416c8b7511aad7fd27ddc49de7d1a4ca2fecc7fc (diff)
- bump because of mod_perl2 update
- order pkg-plist so it match autmated tools like genplist - add missing empty directories (used by checksetup.pl) [1] commit with hat apache@ PR: [1] ports/154295 Submitted by: me
Notes
Notes: svn path=/head/; revision=274479
Diffstat (limited to 'devel/bugzilla3/Makefile')
-rw-r--r--devel/bugzilla3/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/bugzilla3/Makefile b/devel/bugzilla3/Makefile
index 0e7459a22a5d..62bb6f62fa6e 100644
--- a/devel/bugzilla3/Makefile
+++ b/devel/bugzilla3/Makefile
@@ -7,6 +7,7 @@
PORTNAME= bugzilla
PORTVERSION= 3.6.4
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= webtools webtools/archived
@@ -184,6 +185,9 @@ do-install: .SILENT
${FIND} . -type d -exec ${MKDIR} "${WWWDIR}/contrib/{}" \; && \
${FIND} . -type f -exec ${INSTALL_DATA} "{}" "${WWWDIR}/contrib/{}" \;
.endif
+# This are empty directories but they are needed,
+# else ckecksetup.pl does not work as expected!
+ ${MKDIR} ${WWWDIR}/lib ${WWWDIR}/t
.if !defined(BATCH)
@${ECHO_MSG}
@${CAT} ${PKGMESSAGE}