diff options
author | wiz <wiz> | 2001-02-17 17:42:09 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 17:42:09 +0000 |
commit | 4e3547de3bbe9aae985ad91f7aae76896b121cf0 (patch) | |
tree | 926bbe6e07ce5aedfc0884e098d71275e74392c9 /security/fsh | |
parent | 26730104be8e403eeb8a7ec5ff7903af6ee1418c (diff) | |
download | pkgsrc-4e3547de3bbe9aae985ad91f7aae76896b121cf0.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'security/fsh')
-rw-r--r-- | security/fsh/Makefile | 3 | ||||
-rw-r--r-- | security/fsh/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/fsh/Makefile b/security/fsh/Makefile index 1f023b3691e..e966e699677 100644 --- a/security/fsh/Makefile +++ b/security/fsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/12/14 11:55:03 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/17 17:49:45 wiz Exp $ # DISTNAME= fsh-1.1 @@ -8,6 +8,7 @@ MASTER_SITES= ftp://ftp.lysator.liu.se/pub/unix/fsh/ \ MAINTAINER= fb@enteract.com HOMEPAGE= http://www.lysator.liu.se/fsh/ +COMMENT= fast remote command execution DEPENDS+= python-*:../../lang/python diff --git a/security/fsh/pkg/COMMENT b/security/fsh/pkg/COMMENT deleted file mode 100644 index a38a799a86c..00000000000 --- a/security/fsh/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -fast remote command execution |