diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-10 11:39:40 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-10 11:39:40 +0000 |
commit | c04893c3a5248e06d0d76bde34ae3a9c53c255e9 (patch) | |
tree | 915c0f378a003d15482993d8e97df3c9984de4e5 /games/teg/Makefile | |
parent | 26c34f89d7ce55cc79b99e349c67a170b7eb5cf2 (diff) |
Update to 0.9.0.
Notes
Notes:
svn path=/head/; revision=51309
Diffstat (limited to 'games/teg/Makefile')
-rw-r--r-- | games/teg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/teg/Makefile b/games/teg/Makefile index 1e91a4e50ef0..107420d8f99b 100644 --- a/games/teg/Makefile +++ b/games/teg/Makefile @@ -6,7 +6,7 @@ # PORTNAME= teg -PORTVERSION= 0.6.11 +PORTVERSION= 0.9.0 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,7 +23,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' @find ${WRKSRC} -name "*.[ch]" -type f | xargs ${PERL} -pi -e \ |