diff options
author | heinz <heinz> | 2008-01-21 20:34:42 +0000 |
---|---|---|
committer | heinz <heinz> | 2008-01-21 20:34:42 +0000 |
commit | 7fbaf17ad376d30aa5bdde2294f87267f9722466 (patch) | |
tree | ad86741b10a102bd0e370fd4d0983e97aa1a87d1 /audio/libsidplay2 | |
parent | b29256d664d388e676e81691457757acc4487d57 (diff) | |
download | pkgsrc-7fbaf17ad376d30aa5bdde2294f87267f9722466.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 |