aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>2001-03-23 22:26:40 +0800
committeralex <alex@FreeBSD.org>2001-03-23 22:26:40 +0800
commit2f4c682e11e21f656ed0272d9904794f7f86695e (patch)
tree263ebc6c4b2ac2e75e21ff3238160f0ca42afd62 /misc
parent5c80d768ad18c5dbbde5165b8b267b4318c87919 (diff)
downloadfreebsd-ports-gnome-2f4c682e11e21f656ed0272d9904794f7f86695e.tar.gz
freebsd-ports-gnome-2f4c682e11e21f656ed0272d9904794f7f86695e.tar.zst
freebsd-ports-gnome-2f4c682e11e21f656ed0272d9904794f7f86695e.zip
Fix a couple of small nits.
Submitted by: nra (maintainer)
Diffstat (limited to 'misc')
-rw-r--r--misc/libh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/libh/Makefile b/misc/libh/Makefile
index f37770fcb71d..f06cb95e3ecb 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= Thu Mar 10 13:00:00 GMT 2001
+CVS_DATE= Sat Mar 10 13: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}
@@ -73,7 +73,7 @@ do-fetch:
${ECHO_MSG} ">> *** Please hit enter here for the password."; \
${CVS_CMD} -d $${CVS_SITE} login < /dev/null; \
fi ; \
- if ${CVS_CMD} -d $${CVS_SITE} co ${DISTNAME}; then \
+ if ${CVS_CMD} -d $${CVS_SITE} co -D '${CVS_DATE}' ${DISTNAME}; then \
if [ "X$${CVS_LOGIN}" = "Xyes" ]; then \
${CVS_CMD} -d $${CVS_SITE} logout < /dev/null; \
fi; \