aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gnome-schedule/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-14 08:54:54 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-14 08:54:54 +0000
commit29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch)
tree1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /sysutils/gnome-schedule/Makefile
parent7aad84f808b93baa6a7077ce0b47573b9c4c79a0 (diff)
downloadports-29747f458a1eb2ce23b4594b09d0256dd62760b8.tar.gz
ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.zip
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
Notes
Notes: svn path=/head/; revision=175261
Diffstat (limited to 'sysutils/gnome-schedule/Makefile')
-rw-r--r--sysutils/gnome-schedule/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/gnome-schedule/Makefile b/sysutils/gnome-schedule/Makefile
index 00313f86f9d3..b06ed466b5c3 100644
--- a/sysutils/gnome-schedule/Makefile
+++ b/sysutils/gnome-schedule/Makefile
@@ -3,12 +3,12 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports-stable/sysutils/gnome-schedule/Makefile,v 1.1 2005/08/13 14:02:49 ahze Exp $
+# $MCom: ports/sysutils/gnome-schedule/Makefile,v 1.3 2006/07/27 17:55:58 mezz Exp $
#
PORTNAME= gnome-schedule
PORTVERSION= 0.9.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -22,7 +22,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
USE_BZIP2= yes
USE_PYTHON= yes
USE_GNOME= gnomeprefix pygnome2
-USE_X_PREFIX= yes
+USE_XLIB= yes
GNU_CONFIGURE= yes
DATADIR= ${PREFIX}/share/gnome
@@ -39,11 +39,11 @@ post-patch:
@${REINPLACE_CMD} -e 's|gnome-schedule-$$(VERSION)|gnome-schedule|' \
${WRKSRC}/doc/Makefile.in
.endif
- @${REINPLACE_CMD} -e 's|/usr/share/icons|${X11BASE}/share/icons|; \
+ @${REINPLACE_CMD} -e 's|/usr/share/icons|${LOCALBASE}/share/icons|; \
s|@prefix@/share|${DATADIR}|; \
s|/usr/local/share/|${DATADIR}|; \
s|/usr/share/|${DATADIR}|; \
- s|/usr/bin/gnome-help|${X11BASE}/bin/gnome-help|; \
+ s|/usr/bin/gnome-help|${LOCALBASE}/bin/gnome-help|; \
s|$$(prefix)/share/|$$(datadir)/|' \
${WRKSRC}/src/*.* ${WRKSRC}/Makefile.in \
${WRKSRC}/pixmaps/Makefile.in