Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2014 15:20:48 +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: r342316 - in head: editors/tweak graphics/quat misc/cave
Message-ID:  <201402021520.s12FKmxE000324@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun Feb  2 15:20:48 2014
New Revision: 342316
URL: http://svnweb.freebsd.org/changeset/ports/342316
QAT: https://qat.redports.org/buildarchive/r342316/

Log:
  - Stage support

Modified:
  head/editors/tweak/Makefile
  head/graphics/quat/Makefile
  head/misc/cave/Makefile

Modified: head/editors/tweak/Makefile
==============================================================================
--- head/editors/tweak/Makefile	Sun Feb  2 15:20:05 2014	(r342315)
+++ head/editors/tweak/Makefile	Sun Feb  2 15:20:48 2014	(r342316)
@@ -9,12 +9,10 @@ MASTER_SITES=	http://www.chiark.greenend
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	An efficient hex editor
 
-MAN1=		tweak.1
-MANCOMPRESSED=	yes
-PLIST_FILES=	bin/tweak
+PLIST_FILES=	bin/tweak \
+		man/man1/tweak.1.gz
 
 MAKEFILE=	${FILESDIR}/Makefile.in
 MAKE_ENV+=	BINDIR="${LOCALBASE}/bin" MANDIR="${PREFIX}/man/man"
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/graphics/quat/Makefile
==============================================================================
--- head/graphics/quat/Makefile	Sun Feb  2 15:20:05 2014	(r342315)
+++ head/graphics/quat/Makefile	Sun Feb  2 15:20:48 2014	(r342316)
@@ -21,7 +21,6 @@ CONFIGURE_ARGS=	--disable-gui \
 PORTDOCS=	*
 PLIST_FILES=	bin/quat-txt
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS}
@@ -43,10 +42,8 @@ post-patch:
 		${WRKSRC}/Makefile.in
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	@(cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \
 		${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
-.endif
 
 .include <bsd.port.mk>

Modified: head/misc/cave/Makefile
==============================================================================
--- head/misc/cave/Makefile	Sun Feb  2 15:20:05 2014	(r342315)
+++ head/misc/cave/Makefile	Sun Feb  2 15:20:48 2014	(r342316)
@@ -11,10 +11,9 @@ COMMENT=	Character Animation Viewer for 
 
 GNU_CONFIGURE=	yes
 
-MAN1=		${PORTNAME}.1
-PLIST_FILES=	bin/${PORTNAME}
+PLIST_FILES=	bin/${PORTNAME} \
+		man/man1/cave.1.gz
 
-NO_STAGE=	yes
 post-patch:
 	@${LN} -sf ${PORTNAME}.man ${WRKSRC}/doc/${PORTNAME}.1
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402021520.s12FKmxE000324>