aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-11 22:23:05 +0800
committermiwi <miwi@FreeBSD.org>2014-02-11 22:23:05 +0800
commitc76f7b2b74edd733b387980ba62b204d95944e7f (patch)
tree812d5d38befe779702903d7b51d648263cfd638c /sysutils
parentced9122eeed8489c486cf37a99ed9e0ee1d3da98 (diff)
downloadfreebsd-ports-gnome-c76f7b2b74edd733b387980ba62b204d95944e7f.tar.gz
freebsd-ports-gnome-c76f7b2b74edd733b387980ba62b204d95944e7f.tar.zst
freebsd-ports-gnome-c76f7b2b74edd733b387980ba62b204d95944e7f.zip
- Stage support
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/archivemount/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/sysutils/archivemount/Makefile b/sysutils/archivemount/Makefile
index 706f279512b2..1ed0853c413b 100644
--- a/sysutils/archivemount/Makefile
+++ b/sysutils/archivemount/Makefile
@@ -9,13 +9,10 @@ MASTER_SITES= http://www.cybernoia.de/software/archivemount/
MAINTAINER= jirnov@gmail.com
COMMENT= Mount archives with FUSE
-PLIST_FILES= bin/archivemount
-MAN1= archivemount.1
-
GNU_CONFIGURE= yes
-
-NO_INSTALL_MANPAGES= yes
USES= fuse pkgconfig iconv gmake
-NO_STAGE= yes
+PLIST_FILES= bin/archivemount \
+ man/man1/archivemount.1.gz
+
.include <bsd.port.mk>