diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-03 15:11:50 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-03 15:11:50 +0000 |
commit | 72ceede94f5b3bd403d60c63275e8a767661d76d (patch) | |
tree | 124907cf44e94f271281a28e3b403dbf01c4b5d9 /games/gno3dtet/Makefile | |
parent | 99d1ed54087aa15e677db5235dc2bc9c5919d9e4 (diff) | |
download | ports-72ceede94f5b3bd403d60c63275e8a767661d76d.tar.gz ports-72ceede94f5b3bd403d60c63275e8a767661d76d.zip |
Upgrade to 1.6.1
PR: 24817
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=37927
Diffstat (limited to 'games/gno3dtet/Makefile')
-rw-r--r-- | games/gno3dtet/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/gno3dtet/Makefile b/games/gno3dtet/Makefile index b7a0e783d89e..7a3d93633ef3 100644 --- a/games/gno3dtet/Makefile +++ b/games/gno3dtet/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gno3dtet -PORTVERSION= 1.6.0 +PORTVERSION= 1.6.1 CATEGORIES= games gnome MASTER_SITES= ftp://webdat.com/pub/seb/gno3dtet/ EXTRACT_SUFX= .tgz @@ -27,9 +27,6 @@ pre-patch: 's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \ s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g' -pre-configure: - @${RM} -f ${WRKSRC}/config.cache - post-install: ${CHOWN} root:games ${PREFIX}/bin/gno3dtet ${CHMOD} 2555 ${PREFIX}/bin/gno3dtet |