summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-16 06:57:37 +0000
committerjlam <jlam@pkgsrc.org>2005-06-16 06:57:37 +0000
commit81edaaa606a86e87c2885489ad72ee9908969aba (patch)
tree3ccd645970d07eb5e027f9f4978696237c5cd04b /ham
parent8b982bf812954ec2be8cdc97dbf2d9dd2be7779e (diff)
downloadpkgsrc-81edaaa606a86e87c2885489ad72ee9908969aba.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'ham')
-rw-r--r--ham/cwtext/Makefile4
-rw-r--r--ham/locator/Makefile4
-rw-r--r--ham/wwl/Makefile4
-rw-r--r--ham/yaesu/Makefile4
4 files changed, 12 insertions, 4 deletions
diff --git a/ham/cwtext/Makefile b/ham/cwtext/Makefile
index 03c7872894d..d65e4aec4fd 100644
--- a/ham/cwtext/Makefile
+++ b/ham/cwtext/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:08 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:59 jlam Exp $
DISTNAME= cwtext-0.91
CATEGORIES= ham
@@ -12,6 +12,8 @@ MAKEFILE= makefile
USE_TOOLS+= gmake
BUILD_TARGET= ALL
+INSTALLATION_DIRS= bin
+
post-patch:
${SED} -e "s,^PREFIX,#PREFIX,g" \
-e "s,gcc,${CC} ${CFLAGS},g" \
diff --git a/ham/locator/Makefile b/ham/locator/Makefile
index 44df93e7bfe..0dfec4fb6ec 100644
--- a/ham/locator/Makefile
+++ b/ham/locator/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/21 16:52:08 martti Exp $
+# $NetBSD: Makefile,v 1.4 2005/06/16 06:57:59 jlam Exp $
#
DISTNAME= locator-0.1
@@ -11,6 +11,8 @@ COMMENT= Longitudes, latitudes to HAM locator converter
NO_CONFIGURE= yes
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/locator ${PREFIX}/bin
diff --git a/ham/wwl/Makefile b/ham/wwl/Makefile
index 338eb223bba..0ba05493691 100644
--- a/ham/wwl/Makefile
+++ b/ham/wwl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/01/20 12:18:36 agc Exp $
+# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:59 jlam Exp $
#
DISTNAME= wwl-1.2
@@ -12,6 +12,8 @@ COMMENT= Calculates distance (qrb)
WRKSRC= ${WRKDIR}/wwl
NO_CONFIGURE= yes
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wwl ${PREFIX}/bin
diff --git a/ham/yaesu/Makefile b/ham/yaesu/Makefile
index c644f059d97..671c81f41b3 100644
--- a/ham/yaesu/Makefile
+++ b/ham/yaesu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/20 12:18:36 agc Exp $
+# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:59 jlam Exp $
#
DISTNAME= yaesu-0.12
@@ -12,6 +12,8 @@ COMMENT= Control interface for Yaesu FT-890 HF transceiver
WRKSRC= ${WRKDIR}/yaesu
NO_CONFIGURE= yes
+INSTALLATION_DIRS= bin share/doc
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/yaesu ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/yaesu.README