pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/nasm Use PKGMANDIR instead of "man" for the INST...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d5a61dcbe8e
branches:  trunk
changeset: 504885:1d5a61dcbe8e
user:      reed <reed%pkgsrc.org@localhost>
date:      Tue Dec 27 18:10:58 2005 +0000

description:
Use PKGMANDIR instead of "man" for the INSTALLATION_DIRS.

diffstat:

 devel/nasm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d34aaa94de23 -r 1d5a61dcbe8e devel/nasm/Makefile
--- a/devel/nasm/Makefile       Tue Dec 27 18:08:51 2005 +0000
+++ b/devel/nasm/Makefile       Tue Dec 27 18:10:58 2005 +0000
@@ -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 @@
 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"
 



Home | Main Index | Thread Index | Old Index