From 4d61f2c6152acb8d0a71473f2131865338f8f19f Mon Sep 17 00:00:00 2001 From: Pawel Pekala Date: Sat, 12 Apr 2014 08:05:13 +0000 Subject: - Add staging support - Remove leading article from COMMENT --- games/dontspace/Makefile | 8 +++++--- games/dontspace/pkg-plist | 3 ++- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'games/dontspace') 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 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 -- cgit v1.2.3