svn commit: r342326 - in head: deskutils/wmpinboard misc/grun

Martin Wilke miwi at FreeBSD.org
Sun Feb 2 16:04:42 UTC 2014


Author: miwi
Date: Sun Feb  2 16:04:41 2014
New Revision: 342326
URL: http://svnweb.freebsd.org/changeset/ports/342326
QAT: https://qat.redports.org/buildarchive/r342326/

Log:
  - Stage support

Modified:
  head/deskutils/wmpinboard/Makefile
  head/misc/grun/Makefile

Modified: head/deskutils/wmpinboard/Makefile
==============================================================================
--- head/deskutils/wmpinboard/Makefile	Sun Feb  2 16:04:24 2014	(r342325)
+++ head/deskutils/wmpinboard/Makefile	Sun Feb  2 16:04:41 2014	(r342326)
@@ -14,14 +14,13 @@ COMMENT=	Post-it notes for the WindowMak
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig
 
 USE_XORG=	xpm
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
 		AUTOHEADER="${TRUE}"
 
-MAN1=		wmpinboard.1
 
-PLIST_FILES=	bin/wmpinboard
+PLIST_FILES=	bin/wmpinboard \
+		man/man1/wmpinboard.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/misc/grun/Makefile
==============================================================================
--- head/misc/grun/Makefile	Sun Feb  2 16:04:24 2014	(r342325)
+++ head/misc/grun/Makefile	Sun Feb  2 16:04:41 2014	(r342326)
@@ -14,10 +14,8 @@ USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--enable-testfile
 
-MAN1=		grun.1x
-
-PLIST_FILES=	bin/grun %%DATADIR%%/consfile %%DATADIR%%/gassoc
+PLIST_FILES=	bin/grun %%DATADIR%%/consfile %%DATADIR%%/gassoc \
+		man/man1/grun.1x.gz
 PLIST_DIRS=	%%DATADIR%%
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list