diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-01-29 00:22:10 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-01-29 00:22:10 +0000 |
commit | b0e70f9c89800a94b627227bff9757c85433c606 (patch) | |
tree | 6559bdb5f35668212abed38b0aec75270dd2c905 /games/dopewars/Makefile | |
parent | 938877754b69f1d3ecbafcea7bbd869bde9b2f7b (diff) | |
download | ports-b0e70f9c89800a94b627227bff9757c85433c606.tar.gz ports-b0e70f9c89800a94b627227bff9757c85433c606.zip |
Notes
Diffstat (limited to 'games/dopewars/Makefile')
-rw-r--r-- | games/dopewars/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile index 0c651c4b0fef..b102e6f0c36b 100644 --- a/games/dopewars/Makefile +++ b/games/dopewars/Makefile @@ -7,6 +7,7 @@ PORTNAME= dopewars PORTVERSION= 1.4.8 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ @@ -15,6 +16,11 @@ MAINTAINER= jim@FreeBSD.org USE_GMAKE= yes GNU_CONFIGURE= yes +pre-fetch: +.if !defined(BATCH) && !defined(PACKAGE_BUILDING) + ${SH} pkg-install +.endif + post-install: @${ECHO} "===> Documentation is installed in ${PREFIX}/share/doc/dopewars" @${ECHO} "===> Run 'dopewars -h' for usage options." |