diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-11-24 01:53:15 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-11-24 01:53:15 +0000 |
commit | b0879a8f94a34e87f7dd65b67a44e8a87101bd7f (patch) | |
tree | 88f9e21707552a4d715d791b911b5acdaa699de8 /security | |
parent | - Remove useless quotes. (diff) |
- Standardize an EXPIRATION_DATE format.
Approved by: krion
Notes
Notes:
svn path=/head/; revision=122258
Diffstat (limited to 'security')
-rw-r--r-- | security/isakmpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index df83691f1345..17ab86f2ffbf 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ${MASTER_SITE_NETBSD} MASTER_SITE_SUBDIR= . DEPRECATED= http://vuxml.freebsd.org/b7cb488c-8349-11d8-a41f-0020ed76ef5a.html (security) -EXPIRATION_DATE=November 21, 2004 +EXPIRATION_DATE=2004-11-21 MAINTAINER= ports@FreeBSD.org COMMENT= OpenBSD IKE daemon |