diff options
author | wiz <wiz> | 2001-02-16 14:38:16 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 14:38:16 +0000 |
commit | d7d375166804180b99de6a2eb77d406136e65d5c (patch) | |
tree | d583765b38ad8c9086e6f3c1b1f72fcf3c9cf6ff /editors/ssam | |
parent | 209586d4a9c7015edc99d25f7da50055bc2cf3ee (diff) | |
download | pkgsrc-d7d375166804180b99de6a2eb77d406136e65d5c.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'editors/ssam')
-rw-r--r-- | editors/ssam/Makefile | 3 | ||||
-rw-r--r-- | editors/ssam/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/ssam/Makefile b/editors/ssam/Makefile index b6eae10efce..2c76da81b3d 100644 --- a/editors/ssam/Makefile +++ b/editors/ssam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/08/20 15:16:51 tsarna Exp $ +# $NetBSD: Makefile,v 1.8 2001/02/16 14:40:53 wiz Exp $ # DISTNAME= ssam-1.9 @@ -7,6 +7,7 @@ MASTER_SITES= http://www.westley.demon.co.uk/src/ MAINTAINER= agc@netbsd.org HOMEPAGE= http://www.westley.demon.co.uk/software.html +COMMENT= UTF-8-aware stream editor like sed(1), using the sam command set DEPENDS= libutf-2.10:../../misc/libutf diff --git a/editors/ssam/pkg/COMMENT b/editors/ssam/pkg/COMMENT deleted file mode 100644 index f023fbc3d0b..00000000000 --- a/editors/ssam/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -UTF-8-aware stream editor like sed(1), using the sam command set |