diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-13 20:50:18 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-13 20:50:18 +0800 |
commit | 7b3a35e050a86d43e5826c3cf7c04ad4edd0eb84 (patch) | |
tree | 6ead876c581f1f144c740c1ec88671868ab31586 /sysutils/fusefs-funionfs | |
parent | b8501d6b443e0f5f220a45efb692bb49da562972 (diff) | |
download | freebsd-ports-gnome-7b3a35e050a86d43e5826c3cf7c04ad4edd0eb84.tar.gz freebsd-ports-gnome-7b3a35e050a86d43e5826c3cf7c04ad4edd0eb84.tar.zst freebsd-ports-gnome-7b3a35e050a86d43e5826c3cf7c04ad4edd0eb84.zip |
Support STAGEDIR.
Diffstat (limited to 'sysutils/fusefs-funionfs')
-rw-r--r-- | sysutils/fusefs-funionfs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/fusefs-funionfs/Makefile b/sysutils/fusefs-funionfs/Makefile index 61391506c9c3..2c22f208f554 100644 --- a/sysutils/fusefs-funionfs/Makefile +++ b/sysutils/fusefs-funionfs/Makefile @@ -15,8 +15,6 @@ CFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes USES= fuse -MAN1= funionfs.1 -PLIST_FILES= bin/funionfs +PLIST_FILES= bin/funionfs man/man1/${PORTNAME}.1.gz -NO_STAGE= yes .include <bsd.port.mk> |