summaryrefslogtreecommitdiff
path: root/audio/nas-auscope/Makefile
diff options
context:
space:
mode:
authormarkd <markd>2007-03-24 20:27:19 +0000
committermarkd <markd>2007-03-24 20:27:19 +0000
commit72eb03e1b0bf10809e5973e772b3685c556450f5 (patch)
treebd7de7baf62c0246e5a712fa4bfac49b69294bed /audio/nas-auscope/Makefile
parent73f2f4e595bf9668f047697f0e96c20166f49cf7 (diff)
downloadpkgsrc-72eb03e1b0bf10809e5973e772b3685c556450f5.tar.gz
$DESTDIR
Diffstat (limited to 'audio/nas-auscope/Makefile')
-rw-r--r--audio/nas-auscope/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/nas-auscope/Makefile b/audio/nas-auscope/Makefile
index 3e2a348fc03..8d3844e5960 100644
--- a/audio/nas-auscope/Makefile
+++ b/audio/nas-auscope/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/03/24 13:47:48 markd Exp $
+# $NetBSD: Makefile,v 1.2 2007/03/24 20:27:19 markd Exp $
DISTNAME= nas-1.8.src
PKGNAME= nas-auscope-1.8
@@ -18,11 +18,12 @@ REPLACE_PERL= auscope
NO_BUILD= yes
+PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/auscope ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/auscope.man ${PREFIX}/${PKGMANDIR}/man1/auscope.1
+ ${INSTALL_SCRIPT} ${WRKSRC}/auscope ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/auscope.man ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/auscope.1
.include "../../audio/nas/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"