diff -ruN --exclude=CVS /usr/ports/audio/mp3unicode/Makefile /home/makc/porting/ports/audio/mp3unicode/Makefile --- /usr/ports/audio/mp3unicode/Makefile 2007-10-06 01:17:03.000000000 +0400 +++ /home/makc/porting/ports/audio/mp3unicode/Makefile 2008-05-26 21:37:35.000000000 +0400 @@ -7,6 +7,7 @@ PORTNAME= mp3unicode PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF @@ -26,4 +27,11 @@ PLIST_FILES= bin/mp3unicode PORTDOCS= COPYING README -.include +.include + +pre-configure: +.if defined(NOPORTDOCS) + ${REINPLACE_CMD} -e '/^install-data-am/s|install-dist_docDATA||' ${WRKSRC}/Makefile.in +.endif + +.include diff -ruN --exclude=CVS /usr/ports/audio/mp3unicode/files/patch-Makefile.in /home/makc/porting/ports/audio/mp3unicode/files/patch-Makefile.in --- /usr/ports/audio/mp3unicode/files/patch-Makefile.in 1970-01-01 03:00:00.000000000 +0300 +++ /home/makc/porting/ports/audio/mp3unicode/files/patch-Makefile.in 2008-05-26 21:32:40.000000000 +0400 @@ -0,0 +1,12 @@ +--- ./Makefile.in.orig 2007-09-28 23:07:40.000000000 +0400 ++++ ./Makefile.in 2008-05-26 21:32:34.000000000 +0400 +@@ -757,8 +757,7 @@ + + info-am: + +-install-data-am: install-dist_docDATA install-man \ +- install-nodist_htmlDATA ++install-data-am: install-dist_docDATA install-man + + install-dvi: install-dvi-recursive +