summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-08-31 10:55:26 +0000
committerjlam <jlam@pkgsrc.org>2003-08-31 10:55:26 +0000
commit8b2c22122169418fcf23541cab17e2a702b32c2e (patch)
treed77716e867600e0fd4bf3e5ccc7f2e9bbc1d32f2 /pkgtools
parent631ee640b4426e9abf15b59c4ba739a6e10c31d4 (diff)
downloadpkgsrc-8b2c22122169418fcf23541cab17e2a702b32c2e.tar.gz
Remove lines that have no effect since they're all conditional on
${OPSYS} == "NetBSD".
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_install/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 2ded9464a43..1e74f378b36 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2003/07/17 22:52:15 grant Exp $
+# $NetBSD: Makefile,v 1.74 2003/08/31 10:55:26 jlam Exp $
# Notes to package maintainers:
#
@@ -18,9 +18,6 @@ HOMEPAGE= http://www.NetBSD.org/
COMMENT= NetBSD-current's pkg_* tools
USE_BUILDLINK2= # defined
-
-USE_DB185= # defined
-
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-pkgdbdir=${PKG_DBDIR}
@@ -53,11 +50,6 @@ post-install:
${PKG_ADMIN} rebuild ; \
fi
-# db1 support is only known to work on NetBSD, so we leave it out for
-# on other platforms.
-.if ${OPSYS} == "NetBSD"
-. include "../../databases/db/buildlink2.mk"
-.endif
.include "../../mk/bsd.pkg.mk"
PREFIX:= ${PKG_TOOLS_BIN:C|/[^/]?bin$||}