diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-04-13 03:59:39 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-04-13 03:59:39 +0000 |
commit | 2b71300d204312c9dce5f12b49d56a90c867bd26 (patch) | |
tree | 78540aa4714bbd64cc35dc1161acfc1ff259af32 /www/mod_sequester | |
parent | 1fd811e27b9f40d68b7267b9a9ed9624e3660c89 (diff) | |
download | ports-2b71300d204312c9dce5f12b49d56a90c867bd26.tar.gz ports-2b71300d204312c9dce5f12b49d56a90c867bd26.zip |
Notes
Diffstat (limited to 'www/mod_sequester')
-rw-r--r-- | www/mod_sequester/Makefile | 13 | ||||
-rw-r--r-- | www/mod_sequester/pkg-plist | 3 |
2 files changed, 5 insertions, 11 deletions
diff --git a/www/mod_sequester/Makefile b/www/mod_sequester/Makefile index 28c8f147962c..93034420c52f 100644 --- a/www/mod_sequester/Makefile +++ b/www/mod_sequester/Makefile @@ -8,19 +8,16 @@ PORTNAME= mod_sequester PORTVERSION= 1.8 CATEGORIES= www -MASTER_SITES= http://MeepZor.Com/packages/mod_sequester/ +MASTER_SITES= http://MeepZor.Com/packages/${PORTNAME}/ DISTNAME= ${PORTNAME}-1.7.0 MAINTAINER= apache@FreeBSD.org COMMENT= Apache module that controls access to the website using secure info -USE_APACHE= yes -WRKSRC= ${WRKDIR}/mod_sequester - -do-build: - @cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c +USE_APACHE= 1.3 +AP_FAST_BUILD= yes +AP_GENPLIST= yes -do-install: - ${APXS} -i -A -n ${PORTNAME:S/_//g} ${WRKSRC}/${PORTNAME}.so +WRKSRC= ${WRKDIR}/mod_sequester .include <bsd.port.mk> diff --git a/www/mod_sequester/pkg-plist b/www/mod_sequester/pkg-plist deleted file mode 100644 index f8f7502c94ca..000000000000 --- a/www/mod_sequester/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -libexec/apache/mod_sequester.so -@exec %D/sbin/apxs -e -A -n sequester %D/%F -@unexec %D/sbin/apxs -e -A -n sequester %D/%F |