diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
commit | d9611f93758b42bc9f2e2794b3d0039ec6038c4e (patch) | |
tree | 7188beb34e0a3adac815c9497c615b1b78eb4454 /mail/smail | |
parent | port wouldn't build without the gnomelibs. (diff) |
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
Diffstat (limited to 'mail/smail')
-rw-r--r-- | mail/smail/Makefile | 2 | ||||
-rw-r--r-- | mail/smail/pkg-comment | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/mail/smail/Makefile b/mail/smail/Makefile index d6b0a94fd989..c4bd85193a4b 100644 --- a/mail/smail/Makefile +++ b/mail/smail/Makefile @@ -15,6 +15,8 @@ MASTER_SITES= ftp://ftp.uu.net/networking/mail/smail/ \ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A program used for receiving and delivering mail + BUILD_DEPENDS= ${LOCALBASE}/lib/libident.a:${PORTSDIR}/security/libident .if !exists(/usr/include/tcpd.h) LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper diff --git a/mail/smail/pkg-comment b/mail/smail/pkg-comment deleted file mode 100644 index 8404ed301dbc..000000000000 --- a/mail/smail/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A program used for receiving and delivering mail |