diff options
author | heinz <heinz@pkgsrc.org> | 2008-01-21 20:34:42 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-01-21 20:34:42 +0000 |
commit | 33943ac38058c57050a0a4d70892a299855c5eeb (patch) | |
tree | ad86741b10a102bd0e370fd4d0983e97aa1a87d1 /audio/libsidplay2 | |
parent | d561a1687d759d20ed22625adb14b4381ac0c8bf (diff) | |
download | pkgsrc-33943ac38058c57050a0a4d70892a299855c5eeb.tar.gz |
The package supports installation to DESTDIR.
Diffstat (limited to 'audio/libsidplay2')
-rw-r--r-- | audio/libsidplay2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/libsidplay2/Makefile b/audio/libsidplay2/Makefile index 8b3c636c663..bb167151e9e 100644 --- a/audio/libsidplay2/Makefile +++ b/audio/libsidplay2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/10/08 21:31:31 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2008/01/21 20:34:42 heinz Exp $ # DISTNAME= sidplay-libs-2.1.1 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sidplay2.sourceforge.net/ COMMENT= Sidplay2 Library +PKG_DESTDIR_SUPPORT= user-destdir + OVERRIDE_DIRDEPTH= 3 GNU_CONFIGURE= yes USE_LIBTOOL= yes |