diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-04 17:09:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-04 17:09:09 +0000 |
commit | 4cb09cc5f400422812a3e6d543f96768b18a88ba (patch) | |
tree | 11652c9235ef3a71d8c6f4e441fb8dfde21d4273 /misc/vym | |
parent | eb060a6897ddfebe1878fed4908e4485f6123dfa (diff) | |
download | pkgsrc-4cb09cc5f400422812a3e6d543f96768b18a88ba.tar.gz |
DESTDIR support
Diffstat (limited to 'misc/vym')
-rw-r--r-- | misc/vym/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/vym/Makefile b/misc/vym/Makefile index 2f6e218826e..8d0e6af0471 100644 --- a/misc/vym/Makefile +++ b/misc/vym/Makefile @@ -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 @@ HOMEPAGE= http://vym.sourceforge.net/ 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 |