summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjlam <jlam>2005-12-29 06:21:30 +0000
committerjlam <jlam>2005-12-29 06:21:30 +0000
commitc820203434cf763fe527cb057f59021e25a8fde6 (patch)
treecd74196fb4970fddf0114e46d23d0bc534a0a70a /math
parent1ff6914aefede17bd33f945b1cc04bda838c34fe (diff)
downloadpkgsrc-c820203434cf763fe527cb057f59021e25a8fde6.tar.gz
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
Diffstat (limited to 'math')
-rw-r--r--math/pspp/Makefile3
-rw-r--r--math/udunits/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile
index df96bed3732..98c349debfa 100644
--- a/math/pspp/Makefile
+++ b/math/pspp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2005/12/05 20:50:37 rillig Exp $
+# $NetBSD: Makefile,v 1.33 2005/12/29 06:21:54 jlam Exp $
#
DISTNAME= pspp-0.3.0
@@ -19,7 +19,6 @@ COMMENT= Program for statistical analysis of sampled data
BUILD_USES_MSGFMT= yes
-USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -Dunix=1
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
diff --git a/math/udunits/Makefile b/math/udunits/Makefile
index 88f6c0504ce..63e636742ed 100644
--- a/math/udunits/Makefile
+++ b/math/udunits/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/12/05 23:55:12 rillig Exp $
+# $NetBSD: Makefile,v 1.21 2005/12/29 06:21:54 jlam Exp $
DISTNAME= udunits
PKGNAME= udunits-1.12.1
@@ -14,7 +14,6 @@ COMMENT= Library and program for manipulating units of physical quantities
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/src
DIST_SUBDIR= ${PKGNAME_NOREV}
-USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}