aboutsummaryrefslogtreecommitdiff
path: root/security/openscep
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2011-02-13 22:06:37 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2011-02-13 22:06:37 +0000
commit997592b8db7bb001caf2582505a2ec005f043049 (patch)
tree8c30308e0e9d3b934d91ebddadc9043664135e43 /security/openscep
parentc85140d5624ffb7170c23bdc0daaf450a9309121 (diff)
downloadports-997592b8db7bb001caf2582505a2ec005f043049.tar.gz
ports-997592b8db7bb001caf2582505a2ec005f043049.zip
Notes
Diffstat (limited to 'security/openscep')
-rw-r--r--security/openscep/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/security/openscep/Makefile b/security/openscep/Makefile
index 2080f812147b..a82538e29b85 100644
--- a/security/openscep/Makefile
+++ b/security/openscep/Makefile
@@ -7,7 +7,7 @@
PORTNAME= openscep
PORTVERSION= 0.4.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= security
MASTER_SITES= http://openscep.othello.ch/download/
@@ -24,6 +24,12 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
+.include <bsd.port.pre.mk>
+
+.if ${APACHE_VERSION} > 13
+PLIST_DIRSTRY= www/cgi-bin
+.endif
+
CPPFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ENV= CPPFLAGS=${CPPFLAGS} LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-html-install-dir="${PREFIX}/www/openscep" \
@@ -72,4 +78,4 @@ post-install:
@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>