aboutsummaryrefslogtreecommitdiffstats
path: root/x11/gswitchit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gswitchit/Makefile')
-rw-r--r--x11/gswitchit/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/gswitchit/Makefile b/x11/gswitchit/Makefile
index c7f7059728c1..6bd5b7595ffb 100644
--- a/x11/gswitchit/Makefile
+++ b/x11/gswitchit/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gswitchit_applet
-PORTVERSION= 0.70
-PORTREVISION= 1
+PORTVERSION= 0.81
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gswitchit
@@ -16,8 +15,7 @@ MAINTAINER= sobomax@FreeBSD.org
USE_X_PREFIX= yes
USE_GNOME= yes
-USE_LIBTOOL= yes
-
+GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
@@ -26,7 +24,7 @@ MAN1= gswitchit_applet.1
pre-patch:
@${PERL} -pi -e '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'