1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Stage support

This commit is contained in:
Martin Wilke 2014-02-02 16:04:41 +00:00
parent 3e9d030ee0
commit 71e4972bb7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342326
2 changed files with 5 additions and 8 deletions

View File

@ -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>

View File

@ -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>