pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/pgraf Use INSTALLATION_DIRS to pre-create som...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d20e7e8d6f83
branches:  trunk
changeset: 491896:d20e7e8d6f83
user:      reed <reed%pkgsrc.org@localhost>
date:      Thu Mar 31 20:59:47 2005 +0000

description:
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:

 graphics/pgraf/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ce5148cbde24 -r d20e7e8d6f83 graphics/pgraf/Makefile
--- a/graphics/pgraf/Makefile   Thu Mar 31 20:53:15 2005 +0000
+++ b/graphics/pgraf/Makefile   Thu Mar 31 20:59:47 2005 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index