diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-11 14:23:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-11 14:23:05 +0000 |
commit | 2f930cf432c230b86f7aacb55ca4e757d4d2215d (patch) | |
tree | 812d5d38befe779702903d7b51d648263cfd638c | |
parent | 8a6f8802b5ea3ee06889ad322e4faa33df8262de (diff) |
- Stage support
Notes
Notes:
svn path=/head/; revision=343757
-rw-r--r-- | sysutils/archivemount/Makefile | 9 |
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> |