diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 05:53:21 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 05:53:21 +0800 |
commit | 65af75eae40035ea788a0a2ab8f872bc1e8ad4f3 (patch) | |
tree | 005539d7478b84d532bd8710f4779c831ad37977 /audio | |
parent | b4fe05be608a43e0a588d28197d48265c9370627 (diff) | |
download | freebsd-ports-graphics-65af75eae40035ea788a0a2ab8f872bc1e8ad4f3.tar.gz freebsd-ports-graphics-65af75eae40035ea788a0a2ab8f872bc1e8ad4f3.tar.zst freebsd-ports-graphics-65af75eae40035ea788a0a2ab8f872bc1e8ad4f3.zip |
Support staging
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 a7a28c7e6f0..36bb2708f57 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> |