summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-09-21 18:11:08 +0000
committermarcus <marcus@FreeBSD.org>2002-09-21 18:11:08 +0000
commitf652a42e39b4736a661a31e8123b17de6e57574a (patch)
tree460d435fc1cc381d166797c7995163d836894c1f /net
parent8d6cbd5cf8222edf834a9bc21cf94f978d389d01 (diff)
downloadFreeBSD-ports-f652a42e39b4736a661a31e8123b17de6e57574a.zip
FreeBSD-ports-f652a42e39b4736a661a31e8123b17de6e57574a.tar.gz
Fix make package after recent GNOMENG conversion.
Submitted by: bento
Diffstat (limited to 'net')
-rw-r--r--net/gnomba/Makefile7
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
OpenPOWER on IntegriCloud