diff options
author | danilo <danilo@FreeBSD.org> | 2013-11-16 09:15:11 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-11-16 09:15:11 +0800 |
commit | 6ad4dbb2e1968883516b3f371b4291a540d21a79 (patch) | |
tree | 7d211c908d9371b60ce97c2c18f80c71e3375f1e /games | |
parent | fb01157ca5fb1699cca8db2e0da3063c829091b0 (diff) | |
download | freebsd-ports-gnome-6ad4dbb2e1968883516b3f371b4291a540d21a79.tar.gz freebsd-ports-gnome-6ad4dbb2e1968883516b3f371b4291a540d21a79.tar.zst freebsd-ports-gnome-6ad4dbb2e1968883516b3f371b4291a540d21a79.zip |
- Add stage support
Diffstat (limited to 'games')
-rw-r--r-- | games/xtic/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/xtic/Makefile b/games/xtic/Makefile index 25d69b74d4e1..e9cb756a4dfa 100644 --- a/games/xtic/Makefile +++ b/games/xtic/Makefile @@ -14,10 +14,8 @@ COMMENT= X version of a simple but tricky board game USES= imake USE_XORG= xaw -MAN1= xtic.1 -PLIST_FILES= bin/xtic +PLIST_FILES= bin/xtic man/man1/xtic.1.gz -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/configure.h |