aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_layout22
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-06-07 13:06:14 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-06-07 13:06:14 +0800
commitc3b064fb7b8cbba4ef08443975516a18885c3dc6 (patch)
treede6641cbc3d391d7724ca5818515004016bf69be /www/mod_layout22
parent7cec5815e504df33a59db8eb20266b87e95edc5a (diff)
downloadfreebsd-ports-gnome-c3b064fb7b8cbba4ef08443975516a18885c3dc6.tar.gz
freebsd-ports-gnome-c3b064fb7b8cbba4ef08443975516a18885c3dc6.tar.zst
freebsd-ports-gnome-c3b064fb7b8cbba4ef08443975516a18885c3dc6.zip
- Convert to AP_FAST_BUILD / AP_GENPLIST
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%%