diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-06-20 01:16:59 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-06-20 01:16:59 +0000 |
commit | 6ab502be6ef82ee1ac556d5e09538fca574ced5c (patch) | |
tree | 6fe078d77d8c57ea1acb06805dada3647bbc327b /misc/libh/Makefile | |
parent | update to 2.02. (diff) |
Update to Wed June 19 14:00:00 GMT 2001 snapshot.
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 3a95a30f1a69..92034e53e58d 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 June 12 14:00:00 GMT 2001 +CVS_DATE= Wed June 19 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} |