diff options
author | wiz <wiz> | 2001-02-17 17:52:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 17:52:59 +0000 |
commit | dc2ddaa8a58829b5661f6b43aabf133f78ab17ce (patch) | |
tree | e8e4b7b8b0ed7b1c572a7cbbee24ea7aae33416e /mail/popa3d | |
parent | ab333ab34b7be497ea3cb1ba4c8e4deb708b850c (diff) | |
download | pkgsrc-dc2ddaa8a58829b5661f6b43aabf133f78ab17ce.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'mail/popa3d')
-rw-r--r-- | mail/popa3d/Makefile | 3 | ||||
-rw-r--r-- | mail/popa3d/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/popa3d/Makefile b/mail/popa3d/Makefile index 0b045d1bb1a..7ee4e32a994 100644 --- a/mail/popa3d/Makefile +++ b/mail/popa3d/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/07/21 00:21:40 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2001/02/17 18:25:00 wiz Exp $ # DISTNAME= popa3d-0.4 @@ -14,6 +14,7 @@ PATCH_DIST_ARGS= -d ${WRKDIR} -s MAINTAINER= wiz@netbsd.org HOMEPAGE= http://www.openwall.com/popa3d/ +COMMENT= secure, reliable, performant, and small pop3 server .if exists(/usr/sbin/user) USER_CMD= /usr/sbin/user diff --git a/mail/popa3d/pkg/COMMENT b/mail/popa3d/pkg/COMMENT deleted file mode 100644 index ea99c65dfa8..00000000000 --- a/mail/popa3d/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -secure, reliable, performant, and small pop3 server |