diff options
author | joerg <joerg> | 2008-06-20 01:09:05 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-20 01:09:05 +0000 |
commit | d8368bbc25c90072a19b5e48f0fba26251b6877f (patch) | |
tree | bb388f6b2532587595653e67cce25229ed050cb8 /devel/g-wrap | |
parent | f1b924fda77b6920565e56f54c9391b4dc68f8ca (diff) | |
download | pkgsrc-d8368bbc25c90072a19b5e48f0fba26251b6877f.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'devel/g-wrap')
-rw-r--r-- | devel/g-wrap/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile index fea4787436c..f46708d76fc 100644 --- a/devel/g-wrap/Makefile +++ b/devel/g-wrap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2007/05/17 23:59:34 gdt Exp $ +# $NetBSD: Makefile,v 1.50 2008/06/20 01:09:12 joerg Exp $ DISTNAME= g-wrap-1.9.8 CATEGORIES= devel @@ -8,6 +8,8 @@ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://www.nongnu.org/g-wrap/ COMMENT= Tool for generating guile wrappers for C code +PKG_DESTDIR_SUPPORT= user-destdir + # not sure MAKE_JOBS_SAFE= no @@ -19,8 +21,7 @@ USE_LIBTOOL= YES TEST_TARGET= check INFO_FILES= YES -pre-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/guile/site/g-wrap/guile/ws +INSTALLATION_DIRS= share/guile/site/g-wrap/guile/ws .include "../../devel/glib2/buildlink3.mk" # wrong version |