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

(-)/home/makc/porting/ports/audio/mp3unicode/Makefile (-1 / +9 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	mp3unicode
8
PORTNAME=	mp3unicode
9
PORTVERSION=	1.2
9
PORTVERSION=	1.2
10
PORTREVISION=	1
10
CATEGORIES=	audio
11
CATEGORIES=	audio
11
MASTER_SITES=	SF
12
MASTER_SITES=	SF
12
13
Lines 26-29 Link Here
26
PLIST_FILES=	bin/mp3unicode
27
PLIST_FILES=	bin/mp3unicode
27
PORTDOCS=	COPYING README
28
PORTDOCS=	COPYING README
28
29
29
.include <bsd.port.mk>
30
.include <bsd.port.pre.mk>
31
32
pre-configure:
33
.if defined(NOPORTDOCS)
34
	${REINPLACE_CMD} -e '/^install-data-am/s|install-dist_docDATA||' ${WRKSRC}/Makefile.in
35
.endif
36
37
.include <bsd.port.post.mk>
(-)/home/makc/porting/ports/audio/mp3unicode/files/patch-Makefile.in (+12 lines)
Line 0 Link Here
1
--- ./Makefile.in.orig	2007-09-28 23:07:40.000000000 +0400
2
+++ ./Makefile.in	2008-05-26 21:32:34.000000000 +0400
3
@@ -757,8 +757,7 @@
4
 
5
 info-am:
6
 
7
-install-data-am: install-dist_docDATA install-man \
8
-	install-nodist_htmlDATA
9
+install-data-am: install-dist_docDATA install-man
10
 
11
 install-dvi: install-dvi-recursive
12

Return to bug 124010