View | Details | Raw Unified | Return to bug 26781
Collapse All | Expand All

(-)mod_mp3/Makefile (-3 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	mod_mp3
8
PORTNAME=	mod_mp3
9
PORTVERSION=	0.9
9
PORTVERSION=	0.12
10
CATEGORIES=	www audio
10
CATEGORIES=	www audio
11
MASTER_SITES=	http://www.tangent.org/mod_mp3/ \
11
MASTER_SITES=	http://www.tangent.org/mod_mp3/ \
12
		ftp://ftp.tangent.org/pub/apache/ \
12
		ftp://ftp.tangent.org/pub/apache/ \
Lines 20-27 Link Here
20
APXS?=		${LOCALBASE}/sbin/apxs
20
APXS?=		${LOCALBASE}/sbin/apxs
21
DOCS=		ChangeLog README TODO faq.html
21
DOCS=		ChangeLog README TODO faq.html
22
22
23
do-build:
23
MAKE_ARGS+=	APXS="${APXS}"
24
	@cd ${WRKSRC} && ${APXS} -c mod_mp3.c
25
24
26
do-install:
25
do-install:
27
	${APXS} -i -A -n mp3 ${WRKSRC}/mod_mp3.so
26
	${APXS} -i -A -n mp3 ${WRKSRC}/mod_mp3.so
(-)mod_mp3/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (mod_mp3-0.9.tar.gz) = 9d1c065adb8cc894235e2e58da326e06
1
MD5 (mod_mp3-0.12.tar.gz) = b44e10a8e60086ae1e2ef114c6627ebd
(-)mod_mp3/files/patch-Makefile (+10 lines)
Line 0 Link Here
1
--- Makefile.orig	Mon Apr 23 01:29:29 2001
2
+++ Makefile	Mon Apr 23 01:29:35 2001
3
@@ -3,7 +3,6 @@
4
 ##
5
 
6
 #   the used tools
7
-APXS=apxs
8
 APACHECTL=apachectl
9
 VERSION = 0.12
10
 DISTNAME = mod_mp3

Return to bug 26781