diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-11 14:13:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-11 14:13:56 +0000 |
commit | f2198a206cced1a1109a7126d4200f832a1d15bd (patch) | |
tree | 6ab1619fae14a061eec14d05871feb1de82beafa /sysutils/fusefs-mp3fs | |
parent | 18155fb87c6006c80f5ab4695a2523eabb6b5c11 (diff) | |
download | ports-f2198a206cced1a1109a7126d4200f832a1d15bd.tar.gz ports-f2198a206cced1a1109a7126d4200f832a1d15bd.zip |
Notes
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> |