View | Details | Raw Unified | Return to bug 34151 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	mod_mp3
8
PORTNAME=	mod_mp3
9
PORTVERSION=	0.33
9
PORTVERSION=	0.35
10
CATEGORIES=	www audio
10
CATEGORIES=	www audio
11
MASTER_SITES=	http://software.tangent.org/download/ \
11
MASTER_SITES=	http://software.tangent.org/download/ \
12
		ftp://ftp.tangent.org/pub/apache/ \
12
		ftp://ftp.tangent.org/pub/apache/ \
Lines 24-30 Link Here
24
DOCS=		ChangeLog README TODO faq.html
24
DOCS=		ChangeLog README TODO faq.html
25
25
26
do-install:
26
do-install:
27
	${APXS} -i -A -n mp3 ${WRKSRC}/mod_mp3.so
27
	${APXS} -i -A -n mp3 ${WRKSRC}/src/mod_mp3.so
28
.if !defined(NOPORTDOCS)
28
.if !defined(NOPORTDOCS)
29
	@${INSTALL} -d -m 0755 ${PREFIX}/share/doc/mod_mp3
29
	@${INSTALL} -d -m 0755 ${PREFIX}/share/doc/mod_mp3
30
.for f in ${DOCS}
30
.for f in ${DOCS}

Return to bug 34151