diff options
author | agc <agc@pkgsrc.org> | 2001-02-01 12:58:33 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-02-01 12:58:33 +0000 |
commit | a9577c646c9e04b68f01683d6a1407edd7b37ac8 (patch) | |
tree | e53ded7463e1f2147129aa27a08e2442d580a92d /pkgtools | |
parent | 4a5a9858b977f9f3f09cc009323c33689e4c4efa (diff) | |
download | pkgsrc-a9577c646c9e04b68f01683d6a1407edd7b37ac8.tar.gz |
We should use an MTREE file in this package. From Thomas Klausner.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkgsurvey/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgtools/pkgsurvey/Makefile b/pkgtools/pkgsurvey/Makefile index d18be52a06e..1cfb5e6765a 100644 --- a/pkgtools/pkgsurvey/Makefile +++ b/pkgtools/pkgsurvey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/02/01 12:31:43 agc Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/01 12:58:33 agc Exp $ # DISTNAME= pkgsurvey-0.0 @@ -13,7 +13,6 @@ NO_CHECKSUM= yes NO_PATCH= yes NO_CONFIGURE= yes NO_BUILD= yes -NO_MTREE= yes do-install: ${SED} -e 's|\$${PKG_INFO}|${PKG_INFO}|' \ |