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 | |
parent | 1fd811e27b9f40d68b7267b9a9ed9624e3660c89 (diff) |
Notes
-rw-r--r-- | www/mod_sequester/Makefile | 13 | ||||
-rw-r--r-- | www/mod_sequester/pkg-plist | 3 | ||||
-rw-r--r-- | www/mod_ticket/Makefile | 16 | ||||
-rw-r--r-- | www/mod_ticket/pkg-plist | 3 |
4 files changed, 11 insertions, 24 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 diff --git a/www/mod_ticket/Makefile b/www/mod_ticket/Makefile index 4c16c3ba0323..8666ae5fe628 100644 --- a/www/mod_ticket/Makefile +++ b/www/mod_ticket/Makefile @@ -16,18 +16,14 @@ EXTRACT_SUFX= .c MAINTAINER= apache@FreeBSD.org COMMENT= Apache module for a digitally signed ticket in URL -USE_APACHE= yes - CONFLICTS= apache-contrib-1.* -do-extract: - ${MKDIR} ${WRKSRC} - ${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC} - -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 +do-extract: + ${MKDIR} ${WRKSRC}/ + ${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}/ .include <bsd.port.mk> diff --git a/www/mod_ticket/pkg-plist b/www/mod_ticket/pkg-plist deleted file mode 100644 index 33a8d7f8577d..000000000000 --- a/www/mod_ticket/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -libexec/apache/mod_ticket.so -@exec %D/sbin/apxs -e -A -n ticket %D/%F -@unexec %D/sbin/apxs -e -A -n ticket %D/%F |