diff options
Diffstat (limited to 'ham')
-rw-r--r-- | ham/cwtext/Makefile | 4 | ||||
-rw-r--r-- | ham/locator/Makefile | 4 | ||||
-rw-r--r-- | ham/wwl/Makefile | 4 | ||||
-rw-r--r-- | ham/yaesu/Makefile | 4 |
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 |