summaryrefslogtreecommitdiff
path: root/ham/hamlib
diff options
context:
space:
mode:
authoragc <agc>2004-07-30 12:01:42 +0000
committeragc <agc>2004-07-30 12:01:42 +0000
commit37c8e9b8616419f21dd9380bed8260adb5df17af (patch)
tree7e7c400ca03b10cf240d42a4953b5471fab98743 /ham/hamlib
parent280d52086d6770ede0e650ecad5a9f90cf7324df (diff)
downloadpkgsrc-37c8e9b8616419f21dd9380bed8260adb5df17af.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"