diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword-plugins/Makefile | 4 | ||||
-rw-r--r-- | editors/bvi/Makefile | 4 | ||||
-rw-r--r-- | editors/conglomerate/Makefile | 4 | ||||
-rw-r--r-- | editors/cooledit/Makefile | 4 |
4 files changed, 12 insertions, 4 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile index 721a99381bd..f285f21d13b 100644 --- a/editors/abiword-plugins/Makefile +++ b/editors/abiword-plugins/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2008/03/06 14:53:49 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2008/06/12 02:14:29 joerg Exp $ + +PKG_DESTDIR_SUPPORT= user-destdir .include "../../editors/abiword/Makefile.common" diff --git a/editors/bvi/Makefile b/editors/bvi/Makefile index dd9e114dad7..baf768e34d1 100644 --- a/editors/bvi/Makefile +++ b/editors/bvi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/09/03 00:56:29 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2008/06/12 02:14:29 joerg Exp $ # DISTNAME= bvi-1.3.2.src @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://bvi.sourceforge.net/ COMMENT= Vi-like editor for binary files +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} GNU_CONFIGURE= YES MAKE_ENV+= SHELL=${SH:Q} diff --git a/editors/conglomerate/Makefile b/editors/conglomerate/Makefile index 005679ef487..8ff03d0d00f 100644 --- a/editors/conglomerate/Makefile +++ b/editors/conglomerate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2008/04/14 11:36:11 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2008/06/12 02:14:29 joerg Exp $ # DISTNAME= conglomerate-0.9.1 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.conglomerate.org/ COMMENT= XML editor for GNOME2 +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= docbook-xsl>=1.64.1:../../textproc/docbook-xsl DEPENDS+= docbook-xml>=4.2nb6:../../textproc/docbook-xml diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index b8adc475c53..e38dfb51d70 100644 --- a/editors/cooledit/Makefile +++ b/editors/cooledit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/12/27 13:37:36 joerg Exp $ +# $NetBSD: Makefile,v 1.29 2008/06/12 02:14:29 joerg Exp $ DISTNAME= cooledit-3.17.17 PKGREVISION= 2 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= # http://cooledit.sourceforge.net/ COMMENT= Full-featured text editor +PKG_DESTDIR_SUPPORT= user-destdir + USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake msgfmt |