From 0c02aba056f2fc02d7d4f45f244ced9657bbd1f5 Mon Sep 17 00:00:00 2001 From: reed Date: Thu, 31 Mar 2005 20:59:47 +0000 Subject: Use INSTALLATION_DIRS to pre-create some directories. The install targets don't create all the needed directories. I noticed on a bulk build that my pkg/include was a plain text file containing just: double dcon(); which should have been installed to pkg/include/pgraf.h. --- graphics/pgraf/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics/pgraf') diff --git a/graphics/pgraf/Makefile b/graphics/pgraf/Makefile index cf3451525b3..15c634ce282 100644 --- a/graphics/pgraf/Makefile +++ b/graphics/pgraf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/05/23 20:58:42 danw Exp $ +# $NetBSD: Makefile,v 1.10 2005/03/31 20:59:47 reed Exp $ DISTNAME= pgraf-20010131 CATEGORIES= graphics @@ -10,6 +10,7 @@ COMMENT= Portable graphics system NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL USE_X11= YES USE_BUILDLINK3= YES +INSTALLATION_DIRS= bin include lib man/man1 man/man3 man/man5 CONFLICTS= pgp5-[0-9]* # Both have a `pgps' executable -- cgit v1.2.3