- Add staging support
- Remove leading article from COMMENT
This commit is contained in:
parent
fe42c0ccc9
commit
4d61f2c615
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351077
2 changed files with 7 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue