aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-03 00:04:41 +0800
committermiwi <miwi@FreeBSD.org>2014-02-03 00:04:41 +0800
commit6494230942210fae147dadfb2df25f716f725cd1 (patch)
tree84beba7bd454f0b89413990816714d7c4de1a4b9 /deskutils
parent3fc053346e745b373ad5605ac267a76ac025648b (diff)
downloadfreebsd-ports-gnome-6494230942210fae147dadfb2df25f716f725cd1.tar.gz
freebsd-ports-gnome-6494230942210fae147dadfb2df25f716f725cd1.tar.zst
freebsd-ports-gnome-6494230942210fae147dadfb2df25f716f725cd1.zip
- Stage support
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/wmpinboard/Makefile7
1 files changed, 3 insertions, 4 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 <bsd.port.mk>