diff options
author | joerg <joerg> | 2008-06-20 01:09:05 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-20 01:09:05 +0000 |
commit | 7d15c2c527b0cb171788f5360a5baca8cd9db73e (patch) | |
tree | bb388f6b2532587595653e67cce25229ed050cb8 /devel/global | |
parent | 534b5bd9ce0ca747418c84f41f29a7fd1e7121a2 (diff) | |
download | pkgsrc-7d15c2c527b0cb171788f5360a5baca8cd9db73e.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'devel/global')
-rw-r--r-- | devel/global/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/global/Makefile b/devel/global/Makefile index fd9b0fc2947..b7cffb4a1a4 100644 --- a/devel/global/Makefile +++ b/devel/global/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2007/03/03 08:06:25 uebayasi Exp $ +# $NetBSD: Makefile,v 1.28 2008/06/20 01:09:12 joerg Exp $ # DISTNAME= global-5.4 @@ -11,6 +11,8 @@ HOMEPAGE= http://www.gnu.org/software/global/ COMMENT= Source code tag system including web browser output PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} INFO_FILES= YES |