diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-04-25 06:29:28 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-04-25 06:29:28 +0800 |
commit | a1e728272882e22444a6b0429ce045b6d58ace8a (patch) | |
tree | 862a21ef9f26241c1fdd88c262dabedcde4a7955 /www | |
parent | 7764590a36abf32dd46efe2f144b660cc8bad523 (diff) | |
download | freebsd-ports-gnome-a1e728272882e22444a6b0429ce045b6d58ace8a.tar.gz freebsd-ports-gnome-a1e728272882e22444a6b0429ce045b6d58ace8a.tar.zst freebsd-ports-gnome-a1e728272882e22444a6b0429ce045b6d58ace8a.zip |
- USE_APACHE -> 2.0+
- Fix plist with www/apache2*
PR: ports/133621
Approved by: maintainer timeout (2 weeks)
Submitted by me
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_xmlns/Makefile | 3 | ||||
-rw-r--r-- | www/mod_xmlns/pkg-plist | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/www/mod_xmlns/Makefile b/www/mod_xmlns/Makefile index 2a07d02436b7..9e1d9cce6cfd 100644 --- a/www/mod_xmlns/Makefile +++ b/www/mod_xmlns/Makefile @@ -16,8 +16,7 @@ MAINTAINER= dom@helenmarks.co.uk COMMENT= Apache module for XML namespaces USE_GNOME= libxml2 -USE_APACHE= yes -WITH_APACHE2= yes +USE_APACHE= 2.0+ XML2_INC= ${LOCALBASE}/include/libxml2 XML2_LIB= ${LOCALBASE}/lib diff --git a/www/mod_xmlns/pkg-plist b/www/mod_xmlns/pkg-plist index a99345f69dce..025f62f5d22f 100644 --- a/www/mod_xmlns/pkg-plist +++ b/www/mod_xmlns/pkg-plist @@ -1,3 +1,3 @@ -libexec/apache2/mod_xmlns.so +%%APACHEMODDIR%%/mod_xmlns.so @exec %D/sbin/apxs -e -A -n xmlns %D/%F @unexec %D/sbin/apxs -e -A -n xmlns %D/%F |