aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks/intclock
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2009-04-23 13:22:44 +0000
committerWesley Shields <wxs@FreeBSD.org>2009-04-23 13:22:44 +0000
commit513fe9cd37d02cdd8e0fd0353286cd485a47ce0c (patch)
tree504e26b785b2265f5d38865d54262416412471f6 /x11-clocks/intclock
parent8f26924f02959bcda53e04ddca31f33c6d5c6370 (diff)
downloadports-513fe9cd37d02cdd8e0fd0353286cd485a47ce0c.tar.gz
ports-513fe9cd37d02cdd8e0fd0353286cd485a47ce0c.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>
Notes
Notes: svn path=/head/; revision=232582
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