From 71e4972bb730fac7a2619530edc8849425bb7c7a Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 2 Feb 2014 16:04:41 +0000 Subject: [PATCH] - Stage support --- deskutils/wmpinboard/Makefile | 7 +++---- misc/grun/Makefile | 6 ++---- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/deskutils/wmpinboard/Makefile b/deskutils/wmpinboard/Makefile index daf713ceb46d..8db734c4076e 100644 --- a/deskutils/wmpinboard/Makefile +++ b/deskutils/wmpinboard/Makefile @@ -14,14 +14,13 @@ COMMENT= Post-it notes for the WindowMaker dock or AfterStep Wharf 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 diff --git a/misc/grun/Makefile b/misc/grun/Makefile index 2cba66181510..6220e730253f 100644 --- a/misc/grun/Makefile +++ b/misc/grun/Makefile @@ -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