diff options
author | ghen <ghen> | 2008-01-04 14:36:41 +0000 |
---|---|---|
committer | ghen <ghen> | 2008-01-04 14:36:41 +0000 |
commit | 43d79e631645edfbe44682eb8faf290147ae7372 (patch) | |
tree | fd83dbdf9a30ee59dabf33432473998df5303b21 /audio/cripple | |
parent | d2b49786236dcafb99a9bf0e9729db4f0ae84a17 (diff) | |
download | pkgsrc-43d79e631645edfbe44682eb8faf290147ae7372.tar.gz |
Full DESTDIR support.
Diffstat (limited to 'audio/cripple')
-rw-r--r-- | audio/cripple/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/cripple/Makefile b/audio/cripple/Makefile index 946f099374a..5d2297534b2 100644 --- a/audio/cripple/Makefile +++ b/audio/cripple/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/12/28 15:52:01 ghen Exp $ +# $NetBSD: Makefile,v 1.2 2008/01/04 14:36:41 ghen Exp $ DISTNAME= cripple-0.06b CATEGORIES= audio @@ -9,6 +9,8 @@ MAINTAINER= ghen@NetBSD.org HOMEPAGE= http://www.vortex.prodigynet.co.uk/cripple/ COMMENT= Command line CD ripper/encoder wrapper with cddb support +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes BUILD_TARGET= cripple |