diff options
author | jlam <jlam@pkgsrc.org> | 2003-09-06 12:22:26 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-09-06 12:22:26 +0000 |
commit | 9a6a338518bba50cd40bd6015dd69eb6de44cf23 (patch) | |
tree | cd8033fcc06e9a3b28a923705a22d196340a5b96 | |
parent | adf34c68076dab88f3e0a82c8d3dcdbaf9e226d7 (diff) | |
download | pkgsrc-9a6a338518bba50cd40bd6015dd69eb6de44cf23.tar.gz |
Remove the PKG_INSTALLATION_TYPES setting again... this shouldn't be here
yet.
-rw-r--r-- | pkgtools/libnbcompat/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgtools/libnbcompat/Makefile b/pkgtools/libnbcompat/Makefile index 26ef3d9960a..ccb9b5b1d09 100644 --- a/pkgtools/libnbcompat/Makefile +++ b/pkgtools/libnbcompat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2003/09/06 06:13:46 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2003/09/06 12:22:26 jlam Exp $ # DISTNAME= libnbcompat-20030830 @@ -10,8 +10,6 @@ MAINTAINER= grant@NetBSD.org HOMEPAGE= http://www.NetBSD.org/ COMMENT= Portable NetBSD compatibility library -PKG_INSTALLATION_TYPES= overwrite pkgviews - NO_TOOLS= # defined NO_BUILDLINK= # defined NO_PKGTOOLS_REQD_CHECK= # defined |