diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-08-20 08:21:17 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-08-20 08:21:17 +0000 |
commit | 1106f4737393553ffca582aed766cef6dcb02396 (patch) | |
tree | 1c6d1d686c78a6d56022f5384d1b81986f3a1c11 /dns | |
parent | 2c81e95b5c0b3f7451b5130a4bc8839aba7d4985 (diff) | |
download | ports-1106f4737393553ffca582aed766cef6dcb02396.tar.gz ports-1106f4737393553ffca582aed766cef6dcb02396.zip |
- fix ${EXPIRATION_DATE} format
Notes
Notes:
svn path=/head/; revision=116741
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind9-sdb-mysql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind9-sdb-mysql/Makefile b/dns/bind9-sdb-mysql/Makefile index b812055d7e00..a80b02876091 100644 --- a/dns/bind9-sdb-mysql/Makefile +++ b/dns/bind9-sdb-mysql/Makefile @@ -28,7 +28,7 @@ CONFLICTS= bind-8.3.* bind84-8.4.* bind9-9.2.* bind9-dlz-9.2.* host-* skalibs-0. ISCVERSION= 9.2.3 DEPRECATED= Developement has been stopped and it's not yet finished -EXPIRATION_DATE=20041017 +EXPIRATION_DATE=2004-10-17 USE_MYSQL= YES USE_OPENSSL= YES |