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/smtpd | |
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/smtpd')
-rw-r--r-- | security/smtpd/Makefile | 3 | ||||
-rw-r--r-- | security/smtpd/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/smtpd/Makefile b/security/smtpd/Makefile index a84f4a8ddd9..50316d58f50 100644 --- a/security/smtpd/Makefile +++ b/security/smtpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/01/29 11:34:41 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/17 17:50:08 wiz Exp $ # DISTNAME= smtpd-2.0 @@ -9,6 +9,7 @@ PATCHFILES= patch-smtpd-2.0-RBL.gz MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.obtuse.com/smtpd.html +COMMENT= Store and forward SMTP proxy SPOOL= /var/spool/smtpd diff --git a/security/smtpd/pkg/COMMENT b/security/smtpd/pkg/COMMENT deleted file mode 100644 index 3ed8f035856..00000000000 --- a/security/smtpd/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Store and forward SMTP proxy |