aboutsummaryrefslogtreecommitdiff
path: root/www/mod_layout22
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-06-07 05:06:14 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-06-07 05:06:14 +0000
commit0e9ae66cf03071973086c418a6683e57588ca7f5 (patch)
tree36a8efcde34c1ae0ee401ac766dbe2b10b61f40c /www/mod_layout22
parent4f73dbd61053cc40d9740057db35bbf86dc745ca (diff)
downloadports-0e9ae66cf03071973086c418a6683e57588ca7f5.tar.gz
ports-0e9ae66cf03071973086c418a6683e57588ca7f5.zip
- Convert to AP_FAST_BUILD / AP_GENPLIST
Notes
Notes: svn path=/head/; revision=255992
Diffstat (limited to 'www/mod_layout22')
-rw-r--r--www/mod_layout22/Makefile7
-rw-r--r--www/mod_layout22/files/patch-Makefile15
-rw-r--r--www/mod_layout22/pkg-plist5
3 files changed, 4 insertions, 23 deletions
diff --git a/www/mod_layout22/Makefile b/www/mod_layout22/Makefile
index d053a7984e48..e7a29ce85663 100644
--- a/www/mod_layout22/Makefile
+++ b/www/mod_layout22/Makefile
@@ -17,14 +17,15 @@ COMMENT= Apache2.2 module to wrap served pages with a header and/or footer
MAKE_JOBS_SAFE= yes
+LATEST_LINK= mod_layout22
CONFLICTS= mod_layout-3.* mod_layout-4.*
-
PORTSCOUT= limit:^5
USE_APACHE= 22
-LATEST_LINK= mod_layout22
+AP_FAST_BUILD= yes
+AP_GENPLIST= yes
-MAKE_ARGS+= builddir=${WRKSRC}
+PORTDOCS= README
post-install:
.if !defined(NOPORTDOCS)
diff --git a/www/mod_layout22/files/patch-Makefile b/www/mod_layout22/files/patch-Makefile
deleted file mode 100644
index adabd148898e..000000000000
--- a/www/mod_layout22/files/patch-Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
---- Makefile.orig 2007-02-21 22:29:07.000000000 +0100
-+++ Makefile 2008-08-31 21:53:05.000000000 +0200
-@@ -1,10 +1,10 @@
- ##
- ## Makefile -- Build procedure for mod_layout Apache module
- ##
--builddir=$(shell pwd)
-+#builddir=$(shell pwd)
-
- # the used tools
--APXS=apxs
-+APXS=${LOCALBASE}/sbin/apxs
- APACHECTL=apachectl
- CC=`$(APXS) -q CC`
- INC=-I`$(APXS) -q INCLUDEDIR` `$(APXS) -q CFLAGS` #-DLAYOUT_FILEOWNER_NAME
diff --git a/www/mod_layout22/pkg-plist b/www/mod_layout22/pkg-plist
deleted file mode 100644
index 614c127180cd..000000000000
--- a/www/mod_layout22/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-%%APACHEMODDIR%%/%%AP_MODULE%%
-@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%F
-@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%F
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%@dirrm %%DOCSDIR%%