diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-12-23 13:59:20 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-12-23 13:59:20 +0000 |
commit | d2b901bed4f12c42c5a18865a4a753f4249eac10 (patch) | |
tree | 15785d77d1819cc8753a843fc00fc2a56938fe2a | |
parent | ec89cdc84719c5372ae48f165a072b83e333f4fb (diff) | |
download | ports-d2b901bed4f12c42c5a18865a4a753f4249eac10.tar.gz ports-d2b901bed4f12c42c5a18865a4a753f4249eac10.zip |
Notes
-rw-r--r-- | audio/umix/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/umix/Makefile b/audio/umix/Makefile index 8cf07bdb99a3..7f9341037df8 100644 --- a/audio/umix/Makefile +++ b/audio/umix/Makefile @@ -11,10 +11,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Advanced tool for adjusting soundcard mixers, replacement for aumix GNU_CONFIGURE= yes -NO_STAGE= yes -MAN1= umix.1 -PLIST_FILES= bin/umix +PLIST_FILES= bin/umix \ + man/man1/umix.1.gz post-patch: @${REINPLACE_CMD} -e \ |