pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/vym DESTDIR support



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59ef332cde8f
branches:  trunk
changeset: 570898:59ef332cde8f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Feb 04 17:09:09 2010 +0000

description:
DESTDIR support

diffstat:

 misc/vym/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 625839e681ca -r 59ef332cde8f misc/vym/Makefile
--- a/misc/vym/Makefile Thu Feb 04 17:02:01 2010 +0000
+++ b/misc/vym/Makefile Thu Feb 04 17:09:09 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2010/01/18 09:59:16 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2010/02/04 17:09:09 joerg Exp $
 #
 
 DISTNAME=              vym-1.12.2
@@ -12,12 +12,16 @@
 COMMENT=               Generate and manipulate maps which show your thoughts
 LICENSE=               gnu-gpl-v2
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 USE_LANGUAGES=         c++
 USE_TOOLS+=            perl:run bash:run
 
 REPLACE_PERL+=         scripts/exportvym scripts/niceXML
 REPLACE_BASH+=         scripts/release-mac scripts/update-bookmarks
 
+INSTALL_MAKE_FLAGS+=   INSTALL_ROOT=${DESTDIR}
+
 post-extract:
        ${CHMOD} a-x ${WRKSRC}/icons/vym.ico
 



Home | Main Index | Thread Index | Old Index