From 691fc812f69daaa0a5b0baad44f3591521b18f3b Mon Sep 17 00:00:00 2001 From: "Philip M. Gollucci" Date: Sat, 16 May 2009 02:41:25 +0000 Subject: - Convert to USE_APACHE, remove apache from _DEPENDS - USe %%AP*%% in pkg-plist PR: ports/134450 Approved by: maintainer Submitted by: me --- www/mod_transform/Makefile | 4 +--- 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 -- cgit v1.2.3