aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-09-19 16:45:20 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-09-19 16:45:20 +0000
commit875751e5960813479e192f986632f3e27b7005c6 (patch)
tree58fb2dea5d6ba3948ca277b16fb25a71eb5c2a74 /www
parent1264be44f9192c00cc36841628cc570588414162 (diff)
downloadports-875751e5960813479e192f986632f3e27b7005c6.tar.gz
ports-875751e5960813479e192f986632f3e27b7005c6.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/mod_authnz_crowd/Makefile9
-rw-r--r--www/mod_authnz_crowd/scripts/configure3
2 files changed, 2 insertions, 10 deletions
diff --git a/www/mod_authnz_crowd/Makefile b/www/mod_authnz_crowd/Makefile
index 6414501152e6..37d2e1559581 100644
--- a/www/mod_authnz_crowd/Makefile
+++ b/www/mod_authnz_crowd/Makefile
@@ -15,16 +15,14 @@ LICENSE= APACHE20
LIB_DEPENDS= libsvn_client-1.so:${PORTSDIR}/devel/subversion \
libcurl.so:${PORTSDIR}/ftp/curl
-
RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_dav_svn.so:${PORTSDIR}/www/mod_dav_svn
-USES= libtool
-USE_AUTOTOOLS= autoconf:env automake:env libtoolize
GNU_CONFIGURE= yes
+LIBS+= -L${LOCALBASE}/lib
+USES= autoreconf libtool
USE_GNOME= libxml2
USE_GCC= any
USE_APACHE= 22
-MAKE_JOBS_SAFE= yes
SUB_FILES= pkg-message zzz_authnz_crowd.conf
SUB_LIST+= APACHEETCDIR=${APACHEETCDIR} \
@@ -34,8 +32,6 @@ PLIST_FILES= ${APACHEMODDIR}/mod_authnz_crowd.so \
${APACHEMODDIR}/mod_authz_svn_crowd.so \
${APACHEETCDIR}/Includes/zzz_authnz_crowd.conf
-LDFLAGS+= -L${PREFIX}/lib
-
post-patch:
${REINPLACE_CMD} -e 's|@APXS_STAGE@|-S LIBEXECDIR=${STAGEDIR}${PREFIX}/${APACHEMODDIR}|' \
${WRKSRC}/src/Makefile.am
@@ -44,7 +40,6 @@ pre-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}
@${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEETCDIR}/Includes
-
post-install:
${INSTALL_DATA} ${WRKDIR}/zzz_authnz_crowd.conf \
${STAGEDIR}${PREFIX}/${APACHEETCDIR}/Includes/
diff --git a/www/mod_authnz_crowd/scripts/configure b/www/mod_authnz_crowd/scripts/configure
deleted file mode 100644
index bd679fc9bc01..000000000000
--- a/www/mod_authnz_crowd/scripts/configure
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-cd ${WRKSRC}
-autoreconf --install