Index: head/audio/cutmp3/Makefile =================================================================== --- head/audio/cutmp3/Makefile (revision 344023) +++ head/audio/cutmp3/Makefile (revision 344024) @@ -1,35 +1,31 @@ # Created by: Dennis Herrmann # $FreeBSD$ PORTNAME= cutmp3 PORTVERSION= 2.0.3 CATEGORIES= audio MASTER_SITES= http://www.puchalla-online.de/ \ http://mirror.mcx2.org/ MAINTAINER= dhn@FreeBSD.org COMMENT= A small and fast command line MP3 editor NO_STAGE= yes USE_BZIP2= yes -MAN1= ${PORTNAME}.1 -MANCOMPRESSED= yes -PLIST_FILES= bin/cutmp3 +PLIST_FILES= bin/cutmp3 man/man1/cutmp3.1.gz PORTDOCS= README README.timetable USAGE OPTIONS_DEFINE= DOCS .include post-patch: @${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/Makefile post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ -.endif + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ .include