aboutsummaryrefslogtreecommitdiff
path: root/misc/zoneinfo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/zoneinfo/Makefile')
-rw-r--r--misc/zoneinfo/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/zoneinfo/Makefile b/misc/zoneinfo/Makefile
index 10c2b10cefee..daf47449ca49 100644
--- a/misc/zoneinfo/Makefile
+++ b/misc/zoneinfo/Makefile
@@ -6,6 +6,7 @@
PORTNAME= zoneinfo
DISTVERSION= 2007h
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= ftp://elsie.nci.nih.gov/pub/
DISTNAME= tzdata${DISTVERSION}
@@ -58,4 +59,10 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
+test-patches:
+.for M in ${MISSING}
+ make clean
+ EXTRA_PATCHES=${FILESDIR}/patchremove-${M} make patch
+.endfor
+
.include <bsd.port.post.mk>