summaryrefslogtreecommitdiff
path: root/astro/seti_applet/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-10-12 15:47:16 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-10-12 15:47:16 +0000
commitbf287456cb382c33ac9f00ed784c1481188d314f (patch)
tree611399a7d444eaba6f5ed7e066aacc2abedf4e66 /astro/seti_applet/Makefile
parentUpdate to 1.03o (diff)
Upgrade to version 0.3.2
PR: 21930 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=33732
Diffstat (limited to 'astro/seti_applet/Makefile')
-rw-r--r--astro/seti_applet/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/astro/seti_applet/Makefile b/astro/seti_applet/Makefile
index 34b99df1c530..c9b929337ddf 100644
--- a/astro/seti_applet/Makefile
+++ b/astro/seti_applet/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= seti_applet
-PORTVERSION= 0.3.0
+PORTVERSION= 0.3.2
CATEGORIES= astro gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/}
@@ -19,17 +19,18 @@ RUN_DEPENDS= setiathome:${PORTSDIR}/astro/setiathome
USE_X_PREFIX= yes
USE_GNOME= yes
USE_LIBTOOL= yes
+CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
pre-patch:
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+ 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'
+ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
post-install:
- @${SED} "s|%%LOCALBASE%%|${LOCALBASE}|g" ${PKGMESSAGE}
+ ${SED} "s|%%LOCALBASE%%|${LOCALBASE}|g" ${PKGMESSAGE}
.include <bsd.port.mk>