pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/mawk I noticed that this install doesn't not crea...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a86c3ca6682
branches:  trunk
changeset: 472291:0a86c3ca6682
user:      reed <reed%pkgsrc.org@localhost>
date:      Wed Apr 07 19:10:16 2004 +0000

description:
I noticed that this install doesn't not create the man directory.
So added: INSTALLATION_DIRS=     man/man1
The alternative would be to add a BSD_INSTALL_MAN_DIR
to the patch-aa.

diffstat:

 lang/mawk/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 0270855b26aa -r 0a86c3ca6682 lang/mawk/Makefile
--- a/lang/mawk/Makefile        Wed Apr 07 18:59:49 2004 +0000
+++ b/lang/mawk/Makefile        Wed Apr 07 19:10:16 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/11/11 16:10:36 abs Exp $
+# $NetBSD: Makefile,v 1.14 2004/04/07 19:10:16 reed Exp $
 #
 
 DISTNAME=       mawk-1.3.3
@@ -9,6 +9,8 @@
 MAINTAINER=    agc%NetBSD.org@localhost
 COMMENT=       Mike Brennan's fast awk clone
 
+INSTALLATION_DIRS=     man/man1
+
 GNU_CONFIGURE= yes
 TEST_TARGET=   mawk_test fpe_test
 



Home | Main Index | Thread Index | Old Index