diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-04-24 22:29:28 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-04-24 22:29:28 +0000 |
commit | dddbf157ca677959a765e2471deb9cb4ed84cc43 (patch) | |
tree | a71553c8ce7f15f40d9036088d4d3fabd0993b4a /www/mod_xmlns | |
parent | c985fb2e937a1acc54864041f966ea2895099a84 (diff) | |
download | ports-dddbf157ca677959a765e2471deb9cb4ed84cc43.tar.gz ports-dddbf157ca677959a765e2471deb9cb4ed84cc43.zip |
Notes
Diffstat (limited to 'www/mod_xmlns')
-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 |