diff options
Diffstat (limited to 'audio/mac')
-rw-r--r-- | audio/mac/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/mac/Makefile b/audio/mac/Makefile index 49aa7364cea..01d0483e204 100644 --- a/audio/mac/Makefile +++ b/audio/mac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/07/21 19:42:06 adrianp Exp $ +# $NetBSD: Makefile,v 1.4 2008/07/14 12:55:57 joerg Exp $ # DISTNAME= mac-3.99-u4-b5 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://supermmx.org COMMENT= Monkey's Audio support library (for .ape files) +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../mk/bsd.fast.prefs.mk" .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" |