svn commit: r356035 - head/sysutils/zisofs-tools

Martin Wilke miwi at FreeBSD.org
Sun Jun 1 05:25:14 UTC 2014


Author: miwi
Date: Sun Jun  1 05:25:13 2014
New Revision: 356035
URL: http://svnweb.freebsd.org/changeset/ports/356035
QAT: https://qat.redports.org/buildarchive/r356035/

Log:
  - Stage support

Modified:
  head/sysutils/zisofs-tools/Makefile

Modified: head/sysutils/zisofs-tools/Makefile
==============================================================================
--- head/sysutils/zisofs-tools/Makefile	Sun Jun  1 04:51:11 2014	(r356034)
+++ head/sysutils/zisofs-tools/Makefile	Sun Jun  1 05:25:13 2014	(r356035)
@@ -14,20 +14,18 @@ COMMENT=	User utilities for zisofs
 PORTDOCS=	CHANGES COPYING INSTALL MRULES README
 
 USE_AUTOTOOLS=	autoconf
-USES=		gmake tar:bzip2
+USES=		gmake tar:bzip2 desthack
 GNU_CONFIGURE=	yes
 
 MAKE_ARGS+=	CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
 
-MAN1=		mkzftree.1
-
-PLIST_FILES=	bin/mkzftree
+PLIST_FILES=	bin/mkzftree \
+		man/man1/mkzftree.1.gz
 
 OPTIONS_DEFINE=	LFS DOCS
 OPTIONS_DEFAULT=	LFS
 LFS_DESC=	Enable Large Files Support
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ! ${PORT_OPTIONS:MLFS}
@@ -35,9 +33,7 @@ CONFIGURE_ARGS+=	--disable-largefile
 .endif
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
-.endif
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list