diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-06 04:28:39 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-06 04:28:39 +0000 |
commit | b5f4de91e1f4e809469a4692b48e991d0427da1b (patch) | |
tree | 63b5f9dcf27ee759665b3ed0ae8b32ef9fd21155 /games/mahjong/Makefile | |
parent | 1) do not install both/either useless and/or duplicate files (diff) |
- update to 1.2.2
- make it both CC and PERL (use correct system location for PERL) safe
PR: 30340
Submitted by: Patrick Li <pat@databits.net>
Notes
Notes:
svn path=/head/; revision=47465
Diffstat (limited to 'games/mahjong/Makefile')
-rw-r--r-- | games/mahjong/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/mahjong/Makefile b/games/mahjong/Makefile index 3db2bc40b166..98ed0718178b 100644 --- a/games/mahjong/Makefile +++ b/games/mahjong/Makefile @@ -7,7 +7,7 @@ # PORTNAME= mahjong -PORTVERSION= 1.2 +PORTVERSION= 1.2.2 CATEGORIES= games net MASTER_SITES= http://www.stevens-bradfield.com/MahJong/Source/ DISTNAME= mj-${PORTVERSION}-src @@ -15,8 +15,8 @@ DISTNAME= mj-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org USE_GTK= yes - USE_GMAKE= yes +MAKE_ENV= PERL="${PERL}" INSTALL_TARGET= install install.man |