diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-12 02:14:13 +0000 |
commit | ba171a91fab519f587b027c1a2888cb6e3fce049 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /devel/blib | |
parent | 3ba79d294eb62e9c75cc32d37b4af7759af8c9d6 (diff) | |
download | pkgsrc-ba171a91fab519f587b027c1a2888cb6e3fce049.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'devel/blib')
-rw-r--r-- | devel/blib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/blib/Makefile b/devel/blib/Makefile index f8faea86144..ccb5b3c0817 100644 --- a/devel/blib/Makefile +++ b/devel/blib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/08/10 17:44:11 drochner Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:21 joerg Exp $ # DISTNAME= blib-1.0.2 @@ -10,6 +10,8 @@ MAINTAINER= salo@NetBSD.org HOMEPAGE= http://www.blinkenlights.de/ COMMENT= Blinkenlights library +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= pkg-config USE_LIBTOOL= YES GNU_CONFIGURE= YES |