summaryrefslogtreecommitdiff
path: root/ham/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2001-02-16 15:51:46 +0000
committerwiz <wiz>2001-02-16 15:51:46 +0000
commit532d24032cb32be03309840b839d6d7489cd33a4 (patch)
tree93e776c22feddb53127ca24e4742b48902ced5bc /ham/Makefile
parent4a8a503bb648160a87419f17dea624c135dd8361 (diff)
downloadpkgsrc-532d24032cb32be03309840b839d6d7489cd33a4.tar.gz
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.)
Diffstat (limited to 'ham/Makefile')
-rw-r--r--ham/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/ham/Makefile b/ham/Makefile
index ed6bc603983..b2ad2ccc20f 100644
--- a/ham/Makefile
+++ b/ham/Makefile
@@ -1,8 +1,12 @@
-# $NetBSD: Makefile,v 1.4 2000/10/24 10:15:15 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2001/02/16 15:51:50 wiz Exp $
#
- SUBDIR += 7plus
- SUBDIR += dpbox
- SUBDIR += tfkiss
- SUBDIR += tnt
+
+
+COMMENT= Amateur packet radio tools
+
+SUBDIR+= 7plus
+SUBDIR+= dpbox
+SUBDIR+= tfkiss
+SUBDIR+= tnt
.include "../mk/bsd.pkg.subdir.mk"