summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-01-06 02:03:51 +0000
committerhubertf <hubertf@pkgsrc.org>2000-01-06 02:03:51 +0000
commited32c43dcd7e320a261686cd25573ca1316efa75 (patch)
treef844712278a068d6c017381447493464808bc1f7
parent95a688656bdcd220a2288914013a0bb4ad2dd990 (diff)
downloadpkgsrc-ed32c43dcd7e320a261686cd25573ca1316efa75.tar.gz
protect some RCS IDs
-rwxr-xr-xpkgtools/url2pkg/files/url2pkg6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/url2pkg/files/url2pkg b/pkgtools/url2pkg/files/url2pkg
index 42496227f7a..00dee217cd9 100755
--- a/pkgtools/url2pkg/files/url2pkg
+++ b/pkgtools/url2pkg/files/url2pkg
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: url2pkg,v 1.6 2000/01/06 02:01:28 hubertf Exp $
+# $NetBSD: url2pkg,v 1.7 2000/01/06 02:03:51 hubertf Exp $
#
# url2pkg
# (c) 1999 Hubert Feyrer
@@ -47,7 +47,7 @@ if [ ! -f w*/.extract_done ]; then
fi
(
- echo '# $NetBSD: url2pkg,v 1.6 2000/01/06 02:01:28 hubertf Exp $'
+ echo '# $'NetBSD'$'
echo '#'
echo ""
echo "DISTNAME= $DISTNAME"
@@ -64,7 +64,7 @@ if [ ! -f w*/.extract_done ]; then
) >Makefile
mkdir pkg
- echo '@comment $NetBSD: url2pkg,v 1.6 2000/01/06 02:01:28 hubertf Exp $' >pkg/PLIST
+ echo '@comment $'NetBSD'$' >pkg/PLIST
vi +/FILLTHISINPLEASE Makefile