summaryrefslogtreecommitdiff
path: root/comms/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2001-02-16 15:51:46 +0000
committerwiz <wiz>2001-02-16 15:51:46 +0000
commit9b3e4cb13729c47be0bf5e876036256b4f987e32 (patch)
tree93e776c22feddb53127ca24e4742b48902ced5bc /comms/Makefile
parent2e99accb2bbee84c3f01536879ae54bd8a6e604f (diff)
downloadpkgsrc-9b3e4cb13729c47be0bf5e876036256b4f987e32.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 'comms/Makefile')
-rw-r--r--comms/Makefile54
1 files changed, 28 insertions, 26 deletions
diff --git a/comms/Makefile b/comms/Makefile
index d6151c74d08..c10aa3233e3 100644
--- a/comms/Makefile
+++ b/comms/Makefile
@@ -1,30 +1,32 @@
-# $NetBSD: Makefile,v 1.32 2001/02/10 18:35:52 tron Exp $
+# $NetBSD: Makefile,v 1.33 2001/02/16 15:51:47 wiz Exp $
#
- SUBDIR += binkd
- SUBDIR += estic
- SUBDIR += fidogate
- SUBDIR += gkermit
- SUBDIR += hylafax
- SUBDIR += ifcico-cm
- SUBDIR += jpilot
- SUBDIR += jpilot-libplugin
- SUBDIR += kermit
- SUBDIR += lrzsz
- SUBDIR += malsync
- SUBDIR += mgetty+sendfax
- SUBDIR += minicom
- SUBDIR += modemd
- SUBDIR += p5-Device-SerialPort
- SUBDIR += p5-pilot-link
- SUBDIR += pilot-link
- SUBDIR += pilotmgr
- SUBDIR += plp
- SUBDIR += plptools
- SUBDIR += qpage
- SUBDIR += ruby-termios
- SUBDIR += snooper
- SUBDIR += tkhylafax
- SUBDIR += xisp
+COMMENT= Communication utilities
+
+SUBDIR+= binkd
+SUBDIR+= estic
+SUBDIR+= fidogate
+SUBDIR+= gkermit
+SUBDIR+= hylafax
+SUBDIR+= ifcico-cm
+SUBDIR+= jpilot
+SUBDIR+= jpilot-libplugin
+SUBDIR+= kermit
+SUBDIR+= lrzsz
+SUBDIR+= malsync
+SUBDIR+= mgetty+sendfax
+SUBDIR+= minicom
+SUBDIR+= modemd
+SUBDIR+= p5-Device-SerialPort
+SUBDIR+= p5-pilot-link
+SUBDIR+= pilot-link
+SUBDIR+= pilotmgr
+SUBDIR+= plp
+SUBDIR+= plptools
+SUBDIR+= qpage
+SUBDIR+= ruby-termios
+SUBDIR+= snooper
+SUBDIR+= tkhylafax
+SUBDIR+= xisp
.include "../mk/bsd.pkg.subdir.mk"