summaryrefslogtreecommitdiff
path: root/devel/nasm
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-12-27 18:10:58 +0000
committerreed <reed@pkgsrc.org>2005-12-27 18:10:58 +0000
commit736af1f32f7cea6abee875690778b5380caa34a2 (patch)
treecdc0d7dbbf2c90bb9276d753bf059f7b2bebc610 /devel/nasm
parentd562a89f62637c4a7a132be1a6929355fe6df2c7 (diff)
downloadpkgsrc-736af1f32f7cea6abee875690778b5380caa34a2.tar.gz
Use PKGMANDIR instead of "man" for the INSTALLATION_DIRS.
Diffstat (limited to 'devel/nasm')
-rw-r--r--devel/nasm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/nasm/Makefile b/devel/nasm/Makefile
index 96178e92f20..662a2bf1cff 100644
--- a/devel/nasm/Makefile
+++ b/devel/nasm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2005/12/05 20:50:05 rillig Exp $
+# $NetBSD: Makefile,v 1.25 2005/12/27 18:10:58 reed Exp $
DISTNAME= nasm-0.98.39
PKGREVISION= 1
@@ -24,7 +24,7 @@ INSTALL_TARGET= install_everything
MAKE_ENV+= PERL5=${PERL5:Q} \
INSTALL_DATA_DIR=${INSTALL_DATA_DIR:Q}
-INSTALLATION_DIRS= bin info man/man1 share/doc/html
+INSTALLATION_DIRS= bin info ${PKGMANDIR}/man1 share/doc/html
.include "../../mk/compiler.mk"