diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-12-23 21:59:20 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-12-23 21:59:20 +0800 |
commit | 331ab72711d4d7078504f04a0cc5a0fb0469abce (patch) | |
tree | 15785d77d1819cc8753a843fc00fc2a56938fe2a /audio/umix | |
parent | 5946697d7d5f545a9209c629a0ae2ef843a20fec (diff) | |
download | freebsd-ports-gnome-331ab72711d4d7078504f04a0cc5a0fb0469abce.tar.gz freebsd-ports-gnome-331ab72711d4d7078504f04a0cc5a0fb0469abce.tar.zst freebsd-ports-gnome-331ab72711d4d7078504f04a0cc5a0fb0469abce.zip |
- Support staging
Diffstat (limited to 'audio/umix')
-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 \ |