aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks/intclock
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2009-04-23 21:22:44 +0800
committerwxs <wxs@FreeBSD.org>2009-04-23 21:22:44 +0800
commitc7a7e212bda38a6f757f23bb23d16c3c9c0911b5 (patch)
tree6da366db7485d47056990271107cca7e5e24f712 /x11-clocks/intclock
parentb0f01697b32647417eeac16fb71e5ad7ea2039c1 (diff)
downloadfreebsd-ports-gnome-c7a7e212bda38a6f757f23bb23d16c3c9c0911b5.tar.gz
freebsd-ports-gnome-c7a7e212bda38a6f757f23bb23d16c3c9c0911b5.tar.zst
freebsd-ports-gnome-c7a7e212bda38a6f757f23bb23d16c3c9c0911b5.zip
- Don't rely on misc/iso-codes. Instead use a file from base.
PR: ports/133909 Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
Diffstat (limited to 'x11-clocks/intclock')
-rw-r--r--x11-clocks/intclock/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-clocks/intclock/Makefile b/x11-clocks/intclock/Makefile
index a55a3612b1a4..91ce7307b025 100644
--- a/x11-clocks/intclock/Makefile
+++ b/x11-clocks/intclock/Makefile
@@ -7,22 +7,21 @@
PORTNAME= intclock
PORTVERSION= 2.12
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-clocks perl5
MASTER_SITES= http://www.peterverthez.net/projects/${PORTNAME}/ CENKES
MAINTAINER= ports@FreeBSD.org
COMMENT= Multi-timezone clock
-BUILD_DEPENDS= p5-Gtk2>=1.144:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
- iso-codes>=1.3:${PORTSDIR}/misc/iso-codes
+BUILD_DEPENDS= p5-Gtk2>=1.144:${PORTSDIR}/x11-toolkits/p5-Gtk2
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e \
- 's|$$zonedir/$$countryfile|${LOCALBASE}/share/iso-codes/iso_3166.tab|' \
+ 's|$$zonedir/$$countryfile|/usr/share/misc/iso3166|' \
${WRKSRC}/lib/Intclock/TZ.pm
@${REINPLACE_CMD} -e 's|$$prefix/share/intclock|${DATADIR}|;\
s|/usr/share|${PREFIX}/share|' ${WRKSRC}/Makefile.PL