diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-21 18:11:08 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-21 18:11:08 +0000 |
commit | f652a42e39b4736a661a31e8123b17de6e57574a (patch) | |
tree | 460d435fc1cc381d166797c7995163d836894c1f /net/gnomba | |
parent | 8d6cbd5cf8222edf834a9bc21cf94f978d389d01 (diff) | |
download | FreeBSD-ports-f652a42e39b4736a661a31e8123b17de6e57574a.zip FreeBSD-ports-f652a42e39b4736a661a31e8123b17de6e57574a.tar.gz |
Fix make package after recent GNOMENG conversion.
Submitted by: bento
Diffstat (limited to 'net/gnomba')
-rw-r--r-- | net/gnomba/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/gnomba/Makefile b/net/gnomba/Makefile index 3a57e8f..df4ead2 100644 --- a/net/gnomba/Makefile +++ b/net/gnomba/Makefile @@ -15,19 +15,16 @@ MAINTAINER= demon@FreeBSD.org USE_GMAKE= yes USE_GNOMENG= yes -USE_GNOME= gnomelibs +USE_GNOME= gnomeprefix gnomehack gnomelibs GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" MAN1= gnomba.1 -pre-patch: +post-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 \ - 's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \ - s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g' pre-configure: ${RM} ${WRKSRC}/config.cache |