aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_musicindex
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2003-12-27 21:19:34 +0800
committerpav <pav@FreeBSD.org>2003-12-27 21:19:34 +0800
commitfd0236eac16f4f6192f650769c525b075c16395c (patch)
tree0b7d78c0b4ece2423eee55744aa69f0c97ea94ba /www/mod_musicindex
parenta090f89bb0c7e8371920ab68bae10aab9890055f (diff)
downloadfreebsd-ports-gnome-fd0236eac16f4f6192f650769c525b075c16395c.tar.gz
freebsd-ports-gnome-fd0236eac16f4f6192f650769c525b075c16395c.tar.zst
freebsd-ports-gnome-fd0236eac16f4f6192f650769c525b075c16395c.zip
- Use APACHE_PORT in the usual way
PR: ports/60611 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Diffstat (limited to 'www/mod_musicindex')
-rw-r--r--www/mod_musicindex/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/mod_musicindex/Makefile b/www/mod_musicindex/Makefile
index 1278efd6b97a..661ca3fcaabb 100644
--- a/www/mod_musicindex/Makefile
+++ b/www/mod_musicindex/Makefile
@@ -15,8 +15,8 @@ DISTNAME= libapache-mod-musicindex_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Apache module in C implements Perl module Apache::MP3
-BUILD_DEPENDS= ${APXS}:${APACHE_PORT}
-RUN_DEPENDS= ${APXS}:${APACHE_PORT}
+BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT}
+RUN_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT}
LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \
id3tag.2:${PORTSDIR}/audio/libid3tag \
mad.2:${PORTSDIR}/audio/libmad
@@ -33,12 +33,12 @@ PORTDOCS= directory.png musicindex.css fetch.png \
MODULE_EXT= la
MAKEFILE= Makefile.apache2
PLIST_SUB+= MOD_DIR=libexec/apache2
-APACHE_PORT?= ${PORTSDIR}/www/apache2
+APACHE_PORT?= www/apache2
MAKE_TARGET= all
.else
MODULE_EXT= so
PLIST_SUB+= MOD_DIR=libexec/apache
-APACHE_PORT?= ${PORTSDIR}/www/apache13
+APACHE_PORT?= www/apache13
.endif
post-patch: