summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjoerg <joerg>2008-06-20 01:09:05 +0000
committerjoerg <joerg>2008-06-20 01:09:05 +0000
commit7d15c2c527b0cb171788f5360a5baca8cd9db73e (patch)
treebb388f6b2532587595653e67cce25229ed050cb8 /lang
parent534b5bd9ce0ca747418c84f41f29a7fd1e7121a2 (diff)
downloadpkgsrc-7d15c2c527b0cb171788f5360a5baca8cd9db73e.tar.gz
Add DESTDIR support.
Diffstat (limited to 'lang')
-rw-r--r--lang/camlp5/Makefile4
-rw-r--r--lang/opencobol/Makefile4
-rw-r--r--lang/sablevm-classpath-gui/Makefile3
-rw-r--r--lang/sablevm-classpath/Makefile3
-rw-r--r--lang/sablevm/Makefile4
5 files changed, 13 insertions, 5 deletions
diff --git a/lang/camlp5/Makefile b/lang/camlp5/Makefile
index 2a4a7a62af7..1178a5f81ff 100644
--- a/lang/camlp5/Makefile
+++ b/lang/camlp5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2008/06/16 14:08:07 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2008/06/20 01:09:23 joerg Exp $
#
DISTNAME= camlp5-5.08
@@ -11,6 +11,8 @@ MAINTAINER= tonio@NetBSD.org
HOMEPAGE= http://pauillac.inria.fr/~ddr/camlp5/
COMMENT= Camlp5 is a preprocessor-pretty-printer of ocaml
+PKG_DESTDIR_SUPPORT= user-destdir
+
HAS_CONFIGURE= yes
USE_LANGUAGES= c # needed for optimised compiler
MAKE_JOBS_SAFE= no
diff --git a/lang/opencobol/Makefile b/lang/opencobol/Makefile
index 8822965f65a..c33fa73243d 100644
--- a/lang/opencobol/Makefile
+++ b/lang/opencobol/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2007/01/14 15:19:04 rillig Exp $
+# $NetBSD: Makefile,v 1.17 2008/06/20 01:09:23 joerg Exp $
#
DISTNAME= open-cobol-0.32
@@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.opencobol.org/
COMMENT= Open-source COBOL compiler
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_TOOLS+= msgfmt
USE_LIBTOOL= yes
diff --git a/lang/sablevm-classpath-gui/Makefile b/lang/sablevm-classpath-gui/Makefile
index e78abb05734..059c229bd91 100644
--- a/lang/sablevm-classpath-gui/Makefile
+++ b/lang/sablevm-classpath-gui/Makefile
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2007/09/21 13:03:56 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2008/06/20 01:09:23 joerg Exp $
#
+PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/sablevm-classpath/Makefile.common"
diff --git a/lang/sablevm-classpath/Makefile b/lang/sablevm-classpath/Makefile
index add8c8d7eb8..894476c92a5 100644
--- a/lang/sablevm-classpath/Makefile
+++ b/lang/sablevm-classpath/Makefile
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2007/02/22 19:26:39 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2008/06/20 01:09:23 joerg Exp $
#
+PKG_DESTDIR_SUPPORT= user-destdir
.include "Makefile.common"
PKGREVISION= 1
diff --git a/lang/sablevm/Makefile b/lang/sablevm/Makefile
index 0edc0662fb0..45995342cea 100644
--- a/lang/sablevm/Makefile
+++ b/lang/sablevm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2007/06/13 14:25:49 joerg Exp $
+# $NetBSD: Makefile,v 1.22 2008/06/20 01:09:23 joerg Exp $
#
DISTNAME= sablevm-1.13
@@ -10,6 +10,8 @@ MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://sablevm.org/
COMMENT= SableVM free Java virtual machine
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= unzip>=5.50:../../archivers/unzip
DEPENDS+= sablevm-classpath-1.13nb1:../../lang/sablevm-classpath