diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 21:53:21 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 21:53:21 +0000 |
commit | 2d104b37ed55ae7f6e623c75e7a457e4653b4949 (patch) | |
tree | 005539d7478b84d532bd8710f4779c831ad37977 /audio | |
parent | 6986b6046142bd0bee2aa835075deb827412e843 (diff) | |
download | ports-2d104b37ed55ae7f6e623c75e7a457e4653b4949.tar.gz ports-2d104b37ed55ae7f6e623c75e7a457e4653b4949.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3wrap/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/mp3wrap/Makefile b/audio/mp3wrap/Makefile index a7a28c7e6f04..36bb2708f573 100644 --- a/audio/mp3wrap/Makefile +++ b/audio/mp3wrap/Makefile @@ -11,11 +11,9 @@ MAINTAINER= uqs@FreeBSD.org COMMENT= Utility to merge mp3 files (and other formats) GNU_CONFIGURE= yes -NO_STAGE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -MAN1= mp3wrap.1 -PLIST_FILES= bin/mp3wrap +PLIST_FILES= bin/mp3wrap man/man1/mp3wrap.1.gz .include <bsd.port.mk> |