aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2010-05-07 03:25:39 +0800
committerwxs <wxs@FreeBSD.org>2010-05-07 03:25:39 +0800
commit7062c9e9670fdccec099c4ab725211ad532df6c1 (patch)
treee084bb4845dddfb1ba1e8c7fc8415b65455aa427 /databases
parent8de657aa693bb649bd2032fe8554f01af203432d (diff)
downloadfreebsd-ports-gnome-7062c9e9670fdccec099c4ab725211ad532df6c1.tar.gz
freebsd-ports-gnome-7062c9e9670fdccec099c4ab725211ad532df6c1.tar.zst
freebsd-ports-gnome-7062c9e9670fdccec099c4ab725211ad532df6c1.zip
Fix EXPIRATION_DATE. Had the month and day backwards.
Diffstat (limited to 'databases')
-rw-r--r--databases/ptop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/ptop/Makefile b/databases/ptop/Makefile
index 4be666e0cf7c..2d9d7e089f53 100644
--- a/databases/ptop/Makefile
+++ b/databases/ptop/Makefile
@@ -23,6 +23,6 @@ GNU_CONFIGURE= yes
PLIST_FILES= bin/pg_top
IGNORE= broken on all supported FreeBSD versions
-EXPIRATION_DATE= 2010-03-06
+EXPIRATION_DATE= 2010-06-03
.include <bsd.port.mk>