svn commit: r343757 - head/sysutils/archivemount

Martin Wilke miwi at FreeBSD.org
Tue Feb 11 14:23:05 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list