summaryrefslogtreecommitdiff
path: root/devel/cvsup
diff options
context:
space:
mode:
authorwiz <wiz>2003-07-20 08:29:20 +0000
committerwiz <wiz>2003-07-20 08:29:20 +0000
commit0c07bcbcbec9ff09bc5b7e7a80051f53bd1c78f9 (patch)
tree1043e72d8409e6143533e31e7607d07029f13e56 /devel/cvsup
parentd5801389b9d5cb85d03cc7dd188d38bb47c1f530 (diff)
downloadpkgsrc-0c07bcbcbec9ff09bc5b7e7a80051f53bd1c78f9.tar.gz
Undo overeager sed replacement part that broke installation.
Reported by Kouichirou Hiratsuka in PR 22195.
Diffstat (limited to 'devel/cvsup')
-rw-r--r--devel/cvsup/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cvsup/Makefile b/devel/cvsup/Makefile
index 046ab394e49..b4f00a62e9e 100644
--- a/devel/cvsup/Makefile
+++ b/devel/cvsup/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/07/17 21:30:09 grant Exp $
+# $NetBSD: Makefile,v 1.11 2003/07/20 08:29:20 wiz Exp $
DISTNAME= cvsup-static-16.1.f
PKGNAME= ${DISTNAME:C/-static//}
@@ -33,7 +33,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/share/doc/cvsup/License \
${PREFIX}/share/doc/cvsup
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cvsup
- ${INSTALL_DATA} ${FILESDIR}/supfile-cvsup.no.NetBSD.org \
+ ${INSTALL_DATA} ${FILESDIR}/supfile-cvsup.no.netbsd.org \
${PREFIX}/share/examples/cvsup
.include "../../mk/bsd.pkg.mk"