summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-07-30 12:01:42 +0000
committeragc <agc@pkgsrc.org>2004-07-30 12:01:42 +0000
commitd42793563083ce4441318eaf115427831bca6296 (patch)
tree7e7c400ca03b10cf240d42a4953b5471fab98743 /ham
parentdbbd6e4e36f4723ad22ae6f908dc12dc9a3a48be (diff)
downloadpkgsrc-d42793563083ce4441318eaf115427831bca6296.tar.gz
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 (limited to 'ham')
-rw-r--r--ham/hamlib/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/ham/hamlib/Makefile b/ham/hamlib/Makefile
index 307bd44d02d..7ac2f482c8d 100644
--- a/ham/hamlib/Makefile
+++ b/ham/hamlib/Makefile
@@ -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 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
NO_EXPORT_CPP= yes
+pre-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/include/hamlib
+
.include "../../mk/bsd.pkg.mk"