pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/dialog Fixed PKGMANDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb8a539b482e
branches:  trunk
changeset: 522750:cb8a539b482e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Dec 20 02:04:52 2006 +0000

description:
Fixed PKGMANDIR.

diffstat:

 misc/dialog/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r aca939740b6b -r cb8a539b482e misc/dialog/Makefile
--- a/misc/dialog/Makefile      Wed Dec 20 01:19:44 2006 +0000
+++ b/misc/dialog/Makefile      Wed Dec 20 02:04:52 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2006/11/05 17:24:31 joerg Exp $
+# $NetBSD: Makefile,v 1.40 2006/12/20 02:04:52 rillig Exp $
 
 DISTNAME=      dialog-1.0-20060221
 PKGNAME=       ${DISTNAME:C/-2/.2/}
@@ -19,7 +19,7 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
-INSTALLATION_DIRS=     bin man/man1
+INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
 
 .include "../../devel/ncurses/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index