diff options
author | danilo <danilo@FreeBSD.org> | 2013-11-13 04:29:12 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-11-13 04:29:12 +0800 |
commit | 5e9fd2c802176005e69bd082d0bd60cea0e99398 (patch) | |
tree | e4101940f2a2cdbc6e1b266ecf24f1d79d5cbfdc | |
parent | 479c1a73dafb8b72cfae662c808f740c91695322 (diff) | |
download | freebsd-ports-gnome-5e9fd2c802176005e69bd082d0bd60cea0e99398.tar.gz freebsd-ports-gnome-5e9fd2c802176005e69bd082d0bd60cea0e99398.tar.zst freebsd-ports-gnome-5e9fd2c802176005e69bd082d0bd60cea0e99398.zip |
- Remove the indefinite article from COMMENT
- Convert USE_GMAKE to USES
- Add stage support
-rw-r--r-- | games/wmfortune/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/wmfortune/Makefile b/games/wmfortune/Makefile index 4f897f3889d4..c1851c3de6c7 100644 --- a/games/wmfortune/Makefile +++ b/games/wmfortune/Makefile @@ -8,14 +8,13 @@ CATEGORIES= games windowmaker afterstep MASTER_SITES= http://www.dockapps.org/files/90/128/ MAINTAINER= ports@FreeBSD.org -COMMENT= A dockapp that outputs fortune messages +COMMENT= Dockapp that outputs fortune messages PLIST_FILES= bin/wmfortune -USE_GMAKE= yes +USES= gmake USE_XORG= xpm -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/wmfortune ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/wmfortune ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |