diff options
author | reed <reed@pkgsrc.org> | 2005-03-31 20:59:47 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-03-31 20:59:47 +0000 |
commit | ab438d2110181bbcfe49257c5d50707690d135cd (patch) | |
tree | 82f5dbc69389a03ace2beb19505202955fcd8c38 /graphics | |
parent | 885e658aefe8642bbefaa99090d2af1ecd0f75ab (diff) | |
download | pkgsrc-ab438d2110181bbcfe49257c5d50707690d135cd.tar.gz |
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.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pgraf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |