diff options
author | pawel <pawel@FreeBSD.org> | 2014-04-12 16:05:13 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-04-12 16:05:13 +0800 |
commit | 299b51e7e92b8e0ab2323003523de6215e428cc9 (patch) | |
tree | 4b8964811b04111b9c243c6ee19fb22cb916e27b /games | |
parent | bd4c8b1ca54954633cd0ec74e93837c7232ba3bd (diff) | |
download | freebsd-ports-gnome-299b51e7e92b8e0ab2323003523de6215e428cc9.tar.gz freebsd-ports-gnome-299b51e7e92b8e0ab2323003523de6215e428cc9.tar.zst freebsd-ports-gnome-299b51e7e92b8e0ab2323003523de6215e428cc9.zip |
- Add staging support
- Remove leading article from COMMENT
Diffstat (limited to 'games')
-rw-r--r-- | games/dontspace/Makefile | 8 | ||||
-rw-r--r-- | games/dontspace/pkg-plist | 3 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games/dontspace/Makefile b/games/dontspace/Makefile index 5120d370a6dd..eff6c01b4c37 100644 --- a/games/dontspace/Makefile +++ b/games/dontspace/Makefile @@ -8,13 +8,15 @@ CATEGORIES= games tk MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/ MAINTAINER= ports@FreeBSD.org -COMMENT= A solitaire game for X11 modeled after Free Space +COMMENT= Solitaire game for X11 modeled after Free Space GNU_CONFIGURE= yes CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games CONFIGURE_ENV= WISHX=${WISH} USES+= tk -MAN6= dontspace.6 -NO_STAGE= yes +post-patch: + @${REINPLACE_CMD} -E 's,(BIN|LIB|MAN)DIR),DESTDIR)$$(&,g' \ + ${WRKSRC}/Makefile.in + .include <bsd.port.mk> diff --git a/games/dontspace/pkg-plist b/games/dontspace/pkg-plist index 65b295494433..26c4a1a7285e 100644 --- a/games/dontspace/pkg-plist +++ b/games/dontspace/pkg-plist @@ -1,4 +1,5 @@ bin/dontspace +man/man6/dontspace.6.gz share/games/dontspace/dontspaceMenus.tcl share/games/dontspace/dontspaceRules.tcl share/games/dontspace/help.tcl @@ -69,4 +70,4 @@ share/games/dontspace/CARDS/c_warnspace.xbm @dirrm share/games/dontspace/CARDS @dirrm share/games/dontspace/SCORES @dirrm share/games/dontspace -@dirrm share/games +@dirrmtry share/games |