diff options
author | joerg <joerg@pkgsrc.org> | 2010-01-29 19:43:32 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-01-29 19:43:32 +0000 |
commit | b23eb8c4f49ae298ffb0055d6cc2223458182545 (patch) | |
tree | 087f0ca5064a255b1e57141ea18db46709239bfc /editors/ghex | |
parent | b30a189d73c29707f5ca769f2af9e79a1ca3e603 (diff) | |
download | pkgsrc-b23eb8c4f49ae298ffb0055d6cc2223458182545.tar.gz |
DESTDIR suppport
Diffstat (limited to 'editors/ghex')
-rw-r--r-- | editors/ghex/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile index c1939a95939..3946d625121 100644 --- a/editors/ghex/Makefile +++ b/editors/ghex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2010/01/18 09:58:48 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2010/01/29 19:43:32 joerg Exp $ # DISTNAME= ghex-2.24.0 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Hex editor +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config intltool msgfmt gmake |