diff options
author | reed <reed@pkgsrc.org> | 2004-04-07 19:10:16 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-04-07 19:10:16 +0000 |
commit | 9e3b9ebea0275449d487ab665832401ac88a185f (patch) | |
tree | 95e2e27039e46f3b9b3f4ae007b9661cc1bb5acf /lang | |
parent | 849bd619588f4d7bb67afb406d2f258aca9c0e73 (diff) | |
download | pkgsrc-9e3b9ebea0275449d487ab665832401ac88a185f.tar.gz |
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 (limited to 'lang')
-rw-r--r-- | lang/mawk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/mawk/Makefile b/lang/mawk/Makefile index 4d827a05f5e..e321ebbb029 100644 --- a/lang/mawk/Makefile +++ b/lang/mawk/Makefile @@ -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 @@ MASTER_SITES= ftp://ftp.whidbey.net/pub/brennan/ \ MAINTAINER= agc@NetBSD.org COMMENT= Mike Brennan's fast awk clone +INSTALLATION_DIRS= man/man1 + GNU_CONFIGURE= yes TEST_TARGET= mawk_test fpe_test |