summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
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"