diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-11 22:13:56 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-11 22:13:56 +0800 |
commit | b82384b8d3cd61a2eee9df18bcf2af7e308a216d (patch) | |
tree | 6ab1619fae14a061eec14d05871feb1de82beafa /sysutils/fusefs-mp3fs | |
parent | a0810f7b48cccda72e0ff15656fd28d3b94b4fbe (diff) | |
download | freebsd-ports-gnome-b82384b8d3cd61a2eee9df18bcf2af7e308a216d.tar.gz freebsd-ports-gnome-b82384b8d3cd61a2eee9df18bcf2af7e308a216d.tar.zst freebsd-ports-gnome-b82384b8d3cd61a2eee9df18bcf2af7e308a216d.zip |
- Stage support
Diffstat (limited to 'sysutils/fusefs-mp3fs')
-rw-r--r-- | sysutils/fusefs-mp3fs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/fusefs-mp3fs/Makefile b/sysutils/fusefs-mp3fs/Makefile index 6a1659f2b027..b82168c5ffc6 100644 --- a/sysutils/fusefs-mp3fs/Makefile +++ b/sysutils/fusefs-mp3fs/Makefile @@ -20,8 +20,7 @@ FETCH_CMD= fetch -Fpr CFLAGS+= -L${LOCALBASE}/lib -I${LOCALBASE}/include GNU_CONFIGURE= yes USES= fuse pkgconfig -MAN1= mp3fs.1 -PLIST_FILES= bin/mp3fs +PLIST_FILES= bin/mp3fs \ + man/man1/mp3fs.1.gz -NO_STAGE= yes .include <bsd.port.mk> |