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 /editors | |
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 'editors')
-rw-r--r-- | editors/elvis/Makefile.common | 3 | ||||
-rw-r--r-- | editors/jed/Makefile.common | 3 | ||||
-rw-r--r-- | editors/joe/Makefile | 3 | ||||
-rw-r--r-- | editors/lpe/Makefile | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/editors/elvis/Makefile.common b/editors/elvis/Makefile.common index f2e0f3d6677..70bfaac5d01 100644 --- a/editors/elvis/Makefile.common +++ b/editors/elvis/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2005/12/05 23:55:06 rillig Exp $ +# $NetBSD: Makefile.common,v 1.7 2005/12/29 06:21:38 jlam Exp $ # DISTNAME= elvis-2.2_0 @@ -12,7 +12,6 @@ PLIST_SRC= ${.CURDIR}/../elvis/PLIST.common PATCHDIR= ${.CURDIR}/../elvis/patches DISTINFO_FILE= ${.CURDIR}/../elvis/distinfo -USE_PKGINSTALL= YES HAS_CONFIGURE= YES CONFIGURE_ARGS+= --prefix=${PREFIX:Q} CONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc/elvis diff --git a/editors/jed/Makefile.common b/editors/jed/Makefile.common index 43ec0036fbd..d29abad0554 100644 --- a/editors/jed/Makefile.common +++ b/editors/jed/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2005/04/11 21:45:40 tv Exp $ +# $NetBSD: Makefile.common,v 1.5 2005/12/29 06:21:38 jlam Exp $ # DISTNAME= jed-0.99-16 CATEGORIES= editors @@ -12,7 +12,6 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= joerg@gmx.net HOMEPAGE= http://www.jedsoft.org/jed/ -USE_PKGINSTALL= yes GNU_CONFIGURE= yes EGDIR= ${PREFIX}/share/examples/jed diff --git a/editors/joe/Makefile b/editors/joe/Makefile index b7ce3e50e64..93f4e8284df 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2005/12/05 20:50:09 rillig Exp $ +# $NetBSD: Makefile,v 1.27 2005/12/29 06:21:38 jlam Exp $ DISTNAME= joe-3.3 CATEGORIES= editors @@ -8,7 +8,6 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://joe-editor.sourceforge.net/ COMMENT= Joe's own editor -USE_PKGINSTALL= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PREFIX:Q}/share/examples diff --git a/editors/lpe/Makefile b/editors/lpe/Makefile index 73db19b4326..c707c956a13 100644 --- a/editors/lpe/Makefile +++ b/editors/lpe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/12/18 20:57:26 rillig Exp $ +# $NetBSD: Makefile,v 1.15 2005/12/29 06:21:38 jlam Exp $ # DISTNAME= lpe-1.2.6 @@ -14,7 +14,6 @@ COMMENT= Small and efficient programmer's editor for UNIX systems BUILD_USES_MSGFMT= YES USE_PKGLOCALEDIR= YES -USE_PKGINSTALL= YES USE_LIBTOOL= YES USE_TOOLS+= gmake GNU_CONFIGURE= YES |