diff options
author | jlam <jlam> | 2003-09-06 12:22:26 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-09-06 12:22:26 +0000 |
commit | a1a98ef9af73e2e4e6276dc252858820549e9498 (patch) | |
tree | cd8033fcc06e9a3b28a923705a22d196340a5b96 | |
parent | d29da6365c72e09c28926ab3f00283523dd75f22 (diff) | |
download | pkgsrc-a1a98ef9af73e2e4e6276dc252858820549e9498.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 |