diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-06-14 14:57:07 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-06-14 14:57:07 +0000 |
commit | a90c473d08fdd2a684e71cca92a6cb9f868f3bd7 (patch) | |
tree | eea0ff7057fa0c28e377bbbe3eaaf2f77b0f5bf6 /misc/libh/Makefile | |
parent | Fix year information in copyright (diff) |
Update to June 12, 2001 CVS snap.
Submitted by: nra
Diffstat (limited to 'misc/libh/Makefile')
-rw-r--r-- | misc/libh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/libh/Makefile b/misc/libh/Makefile index 46eb02ff7257..3a95a30f1a69 100644 --- a/misc/libh/Makefile +++ b/misc/libh/Makefile @@ -28,7 +28,7 @@ DISTFILES!= ${CAT} ${FILESDIR}/distfiles CVS_CMD?= cvs -z3 # arbitrary date for now. -CVS_DATE= Wed May 23 14:00:00 GMT 2001 +CVS_DATE= Wed June 12 14:00:00 GMT 2001 CVS_DATE_!= ${ECHO} -n "${CVS_DATE}" | ${SED} 's/[ \t:]/_/g' CVS_SITES?= :pserver:anonymous@usw4.freebsd.org:/home/libh/cvs DIRNAME= ${PORTNAME}-${PORTVERSION} |