diff options
author | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
commit | 39d7fb93432416d872ed34e0025741cc93068c06 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /x11/paragui | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'x11/paragui')
-rw-r--r-- | x11/paragui/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/paragui/Makefile b/x11/paragui/Makefile index 76917556f05..ea6564435d1 100644 --- a/x11/paragui/Makefile +++ b/x11/paragui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/06/12 16:28:13 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2008/06/12 02:14:57 joerg Exp $ # DISTNAME= paragui-1.0.4 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.paragui.org/ COMMENT= Cross-platform high-level application framework and GUI library +PKG_DESTDIR_SUPPORT= user-destdir + USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes |