aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/eel2/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-07-06 20:25:18 +0800
committersobomax <sobomax@FreeBSD.org>2001-07-06 20:25:18 +0800
commitbc822d3bcc29906399d42dd127c20366fba1dc85 (patch)
tree42c95e700012e1f688fe53c5459e112c3cf95e5f /x11-toolkits/eel2/Makefile
parent7ebd95068177b0a5f714193bc426334d3a3037a0 (diff)
downloadfreebsd-ports-gnome-bc822d3bcc29906399d42dd127c20366fba1dc85.tar.gz
freebsd-ports-gnome-bc822d3bcc29906399d42dd127c20366fba1dc85.tar.zst
freebsd-ports-gnome-bc822d3bcc29906399d42dd127c20366fba1dc85.zip
Update to 1.0.1.
Diffstat (limited to 'x11-toolkits/eel2/Makefile')
-rw-r--r--x11-toolkits/eel2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/eel2/Makefile b/x11-toolkits/eel2/Makefile
index ea1b5c2a06cc..1ef4450c0570 100644
--- a/x11-toolkits/eel2/Makefile
+++ b/x11-toolkits/eel2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= eel
-PORTVERSION= 1.0
+PORTVERSION= 1.0.1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/eel
@@ -29,7 +29,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'