aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks/intclock/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-clocks/intclock/Makefile')
-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