diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-05-08 19:54:30 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-05-08 19:54:30 +0000 |
commit | 9a47bd0e877caf5a6c607a9760c07f5b542cf8f2 (patch) | |
tree | 9c0329d450034c0b1b67e26b524b24cbe917fec8 /misc/libh/Makefile | |
parent | update IPv6 patch to 20010508b. (diff) |
Update to latest snapshot and remove the now uneeded patch-aa, which was
bad anyways [1].
Submitted by: nra
[1] Yes, you were right, Will. Bad Alex, no cookie.
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 1c629c48ada0..b1674378a3da 100644 --- a/misc/libh/Makefile +++ b/misc/libh/Makefile @@ -31,7 +31,7 @@ EXTRA_PATCHES=${PKGDIR}/patch-aa CVS_CMD?= cvs -z3 # arbitrary date for now. -CVS_DATE= Sat May 05 13:00:00 GMT 2001 +CVS_DATE= Sat May 08 20: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} |