summaryrefslogtreecommitdiff
path: root/ham/hamlib
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
commit067c5a34a6362f7ee5a0608c3ed3ca6e93801e81 (patch)
tree7e7c400ca03b10cf240d42a4953b5471fab98743 /ham/hamlib
parente17e57f2183d7a8df07056407f0dbdb7b2357dea (diff)
downloadpkgsrc-067c5a34a6362f7ee5a0608c3ed3ca6e93801e81.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/hamlib')
-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"