Date: Tue, 11 Feb 2014 14:23:05 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343757 - head/sysutils/archivemount Message-ID: <201402111423.s1BEN5wn025911@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Tue Feb 11 14:23:05 2014 New Revision: 343757 URL: http://svnweb.freebsd.org/changeset/ports/343757 QAT: https://qat.redports.org/buildarchive/r343757/ Log: - Stage support Modified: head/sysutils/archivemount/Makefile Modified: head/sysutils/archivemount/Makefile ============================================================================== --- head/sysutils/archivemount/Makefile Tue Feb 11 14:21:05 2014 (r343756) +++ head/sysutils/archivemount/Makefile Tue Feb 11 14:23:05 2014 (r343757) @@ -9,13 +9,10 @@ MASTER_SITES= http://www.cybernoia.de/so 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402111423.s1BEN5wn025911>