summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg>2008-07-14 12:55:56 +0000
committerjoerg <joerg>2008-07-14 12:55:56 +0000
commitea30842945a7da8e04cb190e5ab5845b89a96f2e (patch)
tree2ac7a0c732963ecca7c542877ebd1c2f939136e3 /textproc
parentfcd856930931649a053e5bae5aa7d42494437faa (diff)
downloadpkgsrc-ea30842945a7da8e04cb190e5ab5845b89a96f2e.tar.gz
Mark as destdir ready.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/gtk-doc/Makefile4
-rw-r--r--textproc/highlight/Makefile4
-rw-r--r--textproc/hre/Makefile3
-rw-r--r--textproc/icu/Makefile4
-rw-r--r--textproc/jdom/Makefile4
-rw-r--r--textproc/kdoc/Makefile4
-rw-r--r--textproc/libunicode/Makefile4
-rw-r--r--textproc/libxml/Makefile3
-rw-r--r--textproc/link-grammar/Makefile4
-rw-r--r--textproc/p5-Data-FormValidator/Makefile4
-rw-r--r--textproc/ruby-eruby/Makefile4
-rw-r--r--textproc/xfce4-dict-plugin/Makefile4
12 files changed, 34 insertions, 12 deletions
diff --git a/textproc/gtk-doc/Makefile b/textproc/gtk-doc/Makefile
index a183e1c7686..c62ff09d16a 100644
--- a/textproc/gtk-doc/Makefile
+++ b/textproc/gtk-doc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2008/04/25 05:26:29 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2008/07/14 12:56:13 joerg Exp $
#
DISTNAME= gtk-doc-1.10
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gtk.org/gtk-doc/
COMMENT= Tools for authors of the GTK+ reference documentation
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= docbook-xml>=4.4nb1:../../textproc/docbook-xml
DEPENDS+= docbook-xsl>=1.68.1:../../textproc/docbook-xsl
diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile
index bc0f8bb32af..5f59d1028aa 100644
--- a/textproc/highlight/Makefile
+++ b/textproc/highlight/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/02/19 02:23:44 rh Exp $
+# $NetBSD: Makefile,v 1.2 2008/07/14 12:56:13 joerg Exp $
#
DISTNAME= highlight-2.6.8
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.andre-simon.de/
COMMENT= Converts source code to formatted text with syntax highlighting
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_TOOLS+= gmake
USE_LANGUAGES= c++
MANCOMPRESSED= yes
diff --git a/textproc/hre/Makefile b/textproc/hre/Makefile
index aff4d5d724e..f47700cd13f 100644
--- a/textproc/hre/Makefile
+++ b/textproc/hre/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/04/11 21:47:35 tv Exp $
+# $NetBSD: Makefile,v 1.6 2008/07/14 12:56:13 joerg Exp $
#
DISTNAME= hre-0.9.8a
@@ -11,6 +11,7 @@ HOMEPAGE= http://hre.kldp.net/
COMMENT= Hangeul Regular Expression Library
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile
index 6cd6c31e904..5b481e3c7a0 100644
--- a/textproc/icu/Makefile
+++ b/textproc/icu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2008/06/09 07:50:59 markd Exp $
+# $NetBSD: Makefile,v 1.56 2008/07/14 12:56:13 joerg Exp $
#
DISTNAME= icu4c-3_6-src
@@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.icu-project.org/
COMMENT= Robust and full-featured Unicode services
+PKG_DESTDIR_SUPPORT= user-destdir
+
WRKSRC= ${WRKDIR}/${PKGBASE}/source
USE_TOOLS+= gmake
USE_LANGUAGES= c c++
diff --git a/textproc/jdom/Makefile b/textproc/jdom/Makefile
index a39aaa74720..52a4f5544e7 100644
--- a/textproc/jdom/Makefile
+++ b/textproc/jdom/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2008/05/25 21:42:22 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2008/07/14 12:56:13 joerg Exp $
#
DISTNAME= jdom-1.0
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.jdom.org/
COMMENT= Simple API for processing XML documents in Java
+PKG_DESTDIR_SUPPORT= user-destdir
+
BUILD_DEPENDS+= zip-[0-9]*:../../archivers/zip
USE_LANGUAGES= # only Java
diff --git a/textproc/kdoc/Makefile b/textproc/kdoc/Makefile
index 96282f29667..ea0a3c5fc18 100644
--- a/textproc/kdoc/Makefile
+++ b/textproc/kdoc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2006/11/12 01:44:57 rillig Exp $
+# $NetBSD: Makefile,v 1.24 2008/07/14 12:56:13 joerg Exp $
DISTNAME= kdoc-2.0a54
PKGNAME= kdoc-3.0
@@ -9,6 +9,8 @@ MASTER_SITES= ${MASTER_SITE_KDE:=3.0/src/}
MAINTAINER= wulf@NetBSD.org
COMMENT= C++ and IDL Class Documentation Tool
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_TOOLS+= perl:run
SUBST_CLASSES+= vars
diff --git a/textproc/libunicode/Makefile b/textproc/libunicode/Makefile
index 91564f28d35..72535aa20a2 100644
--- a/textproc/libunicode/Makefile
+++ b/textproc/libunicode/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/07/19 19:14:39 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2008/07/14 12:56:13 joerg Exp $
#
DISTNAME= libunicode-0.4
@@ -10,6 +10,8 @@ MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.pango.org/
COMMENT= Library for manipulating Unicode characters and strings
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_LANGUAGES= c c++
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile
index a23be5b2a14..f42fa95a929 100644
--- a/textproc/libxml/Makefile
+++ b/textproc/libxml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2007/12/02 11:42:35 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2008/07/14 12:56:13 joerg Exp $
#
DISTNAME= libxml-1.8.17
@@ -11,6 +11,7 @@ HOMEPAGE= http://xmlsoft.org/
COMMENT= XML parser (version 1), mainly used by the GNOME project
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
diff --git a/textproc/link-grammar/Makefile b/textproc/link-grammar/Makefile
index 252275df666..821a894e668 100644
--- a/textproc/link-grammar/Makefile
+++ b/textproc/link-grammar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/04/14 22:24:17 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2008/07/14 12:56:13 joerg Exp $
#
DISTNAME= link-grammar-4.3.4
@@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.abisource.com/projects/link-grammar/
COMMENT= Syntactic parsing library
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
diff --git a/textproc/p5-Data-FormValidator/Makefile b/textproc/p5-Data-FormValidator/Makefile
index 3b818c6c13f..5ab567caa63 100644
--- a/textproc/p5-Data-FormValidator/Makefile
+++ b/textproc/p5-Data-FormValidator/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/10/25 13:34:03 obache Exp $
+# $NetBSD: Makefile,v 1.10 2008/07/14 12:56:13 joerg Exp $
DISTNAME= Data-FormValidator-4.40
PKGNAME= p5-${DISTNAME}
@@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Data-FormValidator/
COMMENT= Validates user input based on input profile
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= p5-Date-Calc-[0-9]*:../../devel/p5-Date-Calc
DEPENDS+= p5-File-MMagic>=1.17:../../misc/p5-File-MMagic
DEPENDS+= p5-Image-Size-[0-9]*:../../graphics/p5-Image-Size
diff --git a/textproc/ruby-eruby/Makefile b/textproc/ruby-eruby/Makefile
index 0e3037c9f11..754f9558fef 100644
--- a/textproc/ruby-eruby/Makefile
+++ b/textproc/ruby-eruby/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2008/06/19 14:55:16 taca Exp $
+# $NetBSD: Makefile,v 1.23 2008/07/14 12:56:13 joerg Exp $
DISTNAME= eruby-${ERUBY_VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ MAINTAINER= taca@NetBSD.org
HOMEPAGE= http://modruby.net/en/index.rbx/eruby/
COMMENT= Interprets Ruby code embedded in a text file
+PKG_DESTDIR_SUPPORT= user-destdir
+
# manual page conflicts.
CONFLICTS+= ruby[1-9][0-9]-eruby-*
diff --git a/textproc/xfce4-dict-plugin/Makefile b/textproc/xfce4-dict-plugin/Makefile
index e7bb38aa79d..0c2b28439ac 100644
--- a/textproc/xfce4-dict-plugin/Makefile
+++ b/textproc/xfce4-dict-plugin/Makefile
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/04/27 10:48:06 martti Exp $
+# $NetBSD: Makefile,v 1.2 2008/07/14 12:56:13 joerg Exp $
+
+PKG_DESTDIR_SUPPORT= user-destdir
.include "../../meta-pkgs/xfce4/Makefile.common"