pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/ham/hamlib Create the directory for header files befor...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f1b83d4bb7cf
branches: trunk
changeset: 478793:f1b83d4bb7cf
user: agc <agc%pkgsrc.org@localhost>
date: Fri Jul 30 12:01:42 2004 +0000
description:
Create the directory for header files before trying to install them
into it. The directory already existed as a '@dirrm' in the PLIST.
Fixes a problem shown up by the bulk builds.
diffstat:
ham/hamlib/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r a8d5f39e7b7e -r f1b83d4bb7cf ham/hamlib/Makefile
--- a/ham/hamlib/Makefile Fri Jul 30 11:24:38 2004 +0000
+++ b/ham/hamlib/Makefile Fri Jul 30 12:01:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/03/11 07:17:47 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2004/07/30 12:01:42 agc Exp $
#
DISTNAME= hamlib-1.2.0
@@ -16,4 +16,7 @@
USE_LIBTOOL= yes
NO_EXPORT_CPP= yes
+pre-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/include/hamlib
+
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index