diff options
author | joerg <joerg@pkgsrc.org> | 2008-07-14 12:55:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-07-14 12:55:56 +0000 |
commit | 5496dcf9414fe693522f2f63a518a178a855c0ae (patch) | |
tree | 2ac7a0c732963ecca7c542877ebd1c2f939136e3 /graphics/libgii | |
parent | b0f52890c8cac20f1dad6d4dfe06741759412173 (diff) | |
download | pkgsrc-5496dcf9414fe693522f2f63a518a178a855c0ae.tar.gz |
Mark as destdir ready.
Diffstat (limited to 'graphics/libgii')
-rw-r--r-- | graphics/libgii/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/libgii/Makefile b/graphics/libgii/Makefile index e4b5ab2b521..55029c701b2 100644 --- a/graphics/libgii/Makefile +++ b/graphics/libgii/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2008/04/12 22:43:01 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2008/07/14 12:56:05 joerg Exp $ DISTNAME= libgii-0.9.1.src PKGNAME= ${DISTNAME:S/.src//} @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ggi-project.org/ COMMENT= General Input Interface - API for all possible input sources +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_LIBTOOL= yes TEST_TARGET= check |