diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-05-16 10:41:25 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-05-16 10:41:25 +0800 |
commit | 41bc649702f374678a139003991df1c370efc0c9 (patch) | |
tree | 9b62be0c86533b0b2d19ff964d82513a31f4d104 | |
parent | 7f899972976d94b932b2cd3db59a24dc6f958675 (diff) | |
download | freebsd-ports-gnome-41bc649702f374678a139003991df1c370efc0c9.tar.gz freebsd-ports-gnome-41bc649702f374678a139003991df1c370efc0c9.tar.zst freebsd-ports-gnome-41bc649702f374678a139003991df1c370efc0c9.zip |
- Convert to USE_APACHE, remove apache from _DEPENDS
- USe %%AP*%% in pkg-plist
PR: ports/134450
Approved by: maintainer
Submitted by: me
-rw-r--r-- | www/mod_transform/Makefile | 4 | ||||
-rw-r--r-- | www/mod_transform/pkg-plist | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/www/mod_transform/Makefile b/www/mod_transform/Makefile index 0f9ff0c5f16d..5a71844c7e3e 100644 --- a/www/mod_transform/Makefile +++ b/www/mod_transform/Makefile @@ -13,9 +13,7 @@ MASTER_SITES= http://www.outoforder.cc/downloads/mod_transform/ MAINTAINER= stan@stormier.net COMMENT= An XSLT and XIncludes Filter module for Apache 2.0 -RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache20 -BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache20 - +USE_APACHE= 2.0 USE_AUTOTOOLS= libtool:15 HAS_CONFIGURE= yes USE_GNOME= libxslt diff --git a/www/mod_transform/pkg-plist b/www/mod_transform/pkg-plist index fcee231f807c..a7a8394f4959 100644 --- a/www/mod_transform/pkg-plist +++ b/www/mod_transform/pkg-plist @@ -1,2 +1,2 @@ -include/apache2/mod_transform.h -libexec/apache2/mod_transform.so +%%APACHEINCLUDEDIR%%/mod_transform.h +%%APACHEMODDIR%%/mod_transform.so |