diff options
author | jlam <jlam@pkgsrc.org> | 2005-12-29 06:21:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-12-29 06:21:30 +0000 |
commit | 67eaa64b538f1cc9ee2559e7b9b0001914e6dd58 (patch) | |
tree | cd74196fb4970fddf0114e46d23d0bc534a0a70a /lang/kaffe | |
parent | 48b36d105551f382acace5619771b16410f290ce (diff) | |
download | pkgsrc-67eaa64b538f1cc9ee2559e7b9b0001914e6dd58.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 'lang/kaffe')
-rw-r--r-- | lang/kaffe/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/kaffe/Makefile.common b/lang/kaffe/Makefile.common index 019c6f78a16..9a8293e27b6 100644 --- a/lang/kaffe/Makefile.common +++ b/lang/kaffe/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2005/12/07 16:25:51 tonio Exp $ +# $NetBSD: Makefile.common,v 1.12 2005/12/29 06:21:46 jlam Exp $ DISTNAME= kaffe-1.1.6 CATEGORIES= lang java @@ -17,7 +17,6 @@ GNU_CONFIGURE_PREFIX= ${JAVA_HOME} JAVA_HOME= ${PREFIX}/java/kaffe JAVA_NAME= kaffe NO_MTREE= yes -USE_PKGINSTALL= yes USE_LIBTOOL= yes USE_TOOLS+= gmake TEST_TARGET= check |