summaryrefslogtreecommitdiff
path: root/audio/csound5-manual/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/csound5-manual/Makefile')
-rw-r--r--audio/csound5-manual/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/csound5-manual/Makefile b/audio/csound5-manual/Makefile
index 4e91cb55ddf..e8161c22da0 100644
--- a/audio/csound5-manual/Makefile
+++ b/audio/csound5-manual/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2006/12/15 14:34:19 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2008/03/02 06:10:31 jlam Exp $
#
DISTNAME= Csound${CSOUND_VERSION}_manual_html
@@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.csounds.com/
COMMENT= Csound5 Reference Manual
+PKG_DESTDIR_SUPPORT= user-destdir
+
CSOUND_VERSION= 5.01
NO_BUILD= yes
WRKSRC= ${WRKDIR}/html
@@ -21,6 +23,6 @@ EXTRACT_OPTS_ZIP= -aqo
INSTALLATION_DIRS+= share/doc/csound5
do-install:
- cd ${WRKSRC} && ${PAX} -rw * ${PREFIX}/share/doc/csound5
+ cd ${WRKSRC} && ${PAX} -rw * ${DESTDIR}${PREFIX}/share/doc/csound5
.include "../../mk/bsd.pkg.mk"