diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-13 12:05:28 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-13 12:05:28 +0000 |
commit | db4eb40e7bb3977672bf2666ab293a3d5a9cb8da (patch) | |
tree | 732b6f9ed0454b7c4eff6f6a58064f5caca26442 /audio/cutmp3/Makefile | |
parent | c6c8d4842e353319b4b76428325dad706502c8b3 (diff) | |
download | ports-db4eb40e7bb3977672bf2666ab293a3d5a9cb8da.tar.gz ports-db4eb40e7bb3977672bf2666ab293a3d5a9cb8da.zip |
Notes
Diffstat (limited to 'audio/cutmp3/Makefile')
-rw-r--r-- | audio/cutmp3/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/cutmp3/Makefile b/audio/cutmp3/Makefile index eed1a8073646..5374feb7e98d 100644 --- a/audio/cutmp3/Makefile +++ b/audio/cutmp3/Makefile @@ -10,7 +10,6 @@ MASTER_SITES= http://www.puchalla-online.de/ \ MAINTAINER= dhn@FreeBSD.org COMMENT= A small and fast command line MP3 editor -NO_STAGE= yes USE_BZIP2= yes PLIST_FILES= bin/cutmp3 man/man1/cutmp3.1.gz @@ -19,13 +18,12 @@ PORTDOCS= README README.timetable USAGE OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/Makefile post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include <bsd.port.mk> |