pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Mirror PKG_DESTDIR_SUPPORT setting from the included M...
details: https://anonhg.NetBSD.org/pkgsrc/rev/22cde3685f2a
branches: trunk
changeset: 541682:22cde3685f2a
user: jlam <jlam%pkgsrc.org@localhost>
date: Thu Apr 24 15:20:06 2008 +0000
description:
Mirror PKG_DESTDIR_SUPPORT setting from the included Makefile. This is
only necessary because PKG_DESTDIR_SUPPORT must be defined before
bsd.prefs.mk is included.
diffstat:
databases/sqsh-motif/Makefile | 5 ++++-
databases/sqsh-x11/Makefile | 5 ++++-
editors/elvis-x11/Makefile | 5 ++++-
www/htmldoc-x11/Makefile | 5 ++++-
4 files changed, 16 insertions(+), 4 deletions(-)
diffs (76 lines):
diff -r b4b5a5bb4d07 -r 22cde3685f2a databases/sqsh-motif/Makefile
--- a/databases/sqsh-motif/Makefile Thu Apr 24 14:37:21 2008 +0000
+++ b/databases/sqsh-motif/Makefile Thu Apr 24 15:20:06 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/04/23 20:23:38 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2008/04/24 15:20:06 jlam Exp $
PKGNAME= ${PKGNAME_BASE:S/-/-motif-/}
COMMENT= SQL shell for Sybase and MS-SQL servers (Motif GUI)
@@ -7,6 +7,9 @@
PATCHDIR= ${.CURDIR}/../../databases/sqsh/patches
PKGDIR= ${.CURDIR}/../../databases/sqsh
+# Mirror PKG_DESTDIR_SUPPORT setting from sqsh/Makefile.
+PKG_DESTDIR_SUPPORT= user-destdir
+
.include "../../mk/bsd.prefs.mk"
PKG_OPTIONS.sqsh+= sqsh-motif -sqsh-xaw
diff -r b4b5a5bb4d07 -r 22cde3685f2a databases/sqsh-x11/Makefile
--- a/databases/sqsh-x11/Makefile Thu Apr 24 14:37:21 2008 +0000
+++ b/databases/sqsh-x11/Makefile Thu Apr 24 15:20:06 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/04/23 20:23:38 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2008/04/24 15:20:06 jlam Exp $
PKGNAME= ${PKGNAME_BASE:S/-/-x11-/}
COMMENT= SQL shell for Sybase and MS-SQL servers (Athena GUI)
@@ -7,6 +7,9 @@
PATCHDIR= ${.CURDIR}/../../databases/sqsh/patches
PKGDIR= ${.CURDIR}/../../databases/sqsh
+# Mirror PKG_DESTDIR_SUPPORT setting from sqsh/Makefile.
+PKG_DESTDIR_SUPPORT= user-destdir
+
.include "../../mk/bsd.prefs.mk"
PKG_OPTIONS.sqsh+= -sqsh-motif sqsh-xaw
diff -r b4b5a5bb4d07 -r 22cde3685f2a editors/elvis-x11/Makefile
--- a/editors/elvis-x11/Makefile Thu Apr 24 14:37:21 2008 +0000
+++ b/editors/elvis-x11/Makefile Thu Apr 24 15:20:06 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2008/04/23 20:23:38 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2008/04/24 15:20:06 jlam Exp $
PKGNAME= ${PKGNAME_BASE:S/-/-x11-/}
COMMENT= vi clone with regex-search, hex-edit, HTML/LaTeX preview (X11)
@@ -7,6 +7,9 @@
PATCHDIR= ${.CURDIR}/../../editors/elvis/patches
PKGDIR= ${.CURDIR}/../../editors/elvis
+# Mirror PKG_DESTDIR_SUPPORT setting from elvis/Makefile.
+PKG_DESTDIR_SUPPORT= user-destdir
+
.include "../../mk/bsd.prefs.mk"
PKG_OPTIONS.elvis+= x11
diff -r b4b5a5bb4d07 -r 22cde3685f2a www/htmldoc-x11/Makefile
--- a/www/htmldoc-x11/Makefile Thu Apr 24 14:37:21 2008 +0000
+++ b/www/htmldoc-x11/Makefile Thu Apr 24 15:20:06 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2008/04/23 20:23:38 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2008/04/24 15:20:06 jlam Exp $
PKGNAME= ${PKGNAME_BASE:S/-/-x11-/}
@@ -8,6 +8,9 @@
DESCR_SRC= ${.CURDIR}/DESCR
+# Mirror PKG_DESTDIR_SUPPORT setting from htmldoc/Makefile.
+PKG_DESTDIR_SUPPORT= user-destdir
+
.include "../../mk/bsd.prefs.mk"
PKG_OPTIONS.htmldoc+= htmldoc-gui
Home |
Main Index |
Thread Index |
Old Index