diff options
author | lioux <lioux@FreeBSD.org> | 2003-02-23 19:58:35 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-02-23 19:58:35 +0000 |
commit | b07a0523b4b6c61e5016d6dde3c2b789376bf3ad (patch) | |
tree | 5205ac5458449f822c3accdd69bcf94485a42f45 /mail/qmail-mysql | |
parent | 0434b180606a0701d9d94d43d2cd17acbff9bbe5 (diff) | |
download | FreeBSD-ports-b07a0523b4b6c61e5016d6dde3c2b789376bf3ad.zip FreeBSD-ports-b07a0523b4b6c61e5016d6dde3c2b789376bf3ad.tar.gz |
De-pkg-comment
Diffstat (limited to 'mail/qmail-mysql')
-rw-r--r-- | mail/qmail-mysql/Makefile | 2 | ||||
-rw-r--r-- | mail/qmail-mysql/pkg-comment | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/mail/qmail-mysql/Makefile b/mail/qmail-mysql/Makefile index 7e2af75..29565be 100644 --- a/mail/qmail-mysql/Makefile +++ b/mail/qmail-mysql/Makefile @@ -15,6 +15,7 @@ PATCH_SITES+= http://iain.cx/unix/qmail/download/:mysql PATCHFILES+= qmail-mysql-${MYSQL_PATCH_VERSION}.patch:mysql MAINTAINER= lioux@FreeBSD.org +COMMENT= A SECURE, reliable, and FAST MTA for UNIX systems WITH MySQL support LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client @@ -46,7 +47,6 @@ qmail-mysql-post-patch: # Local overrides MASTERDIR= ${QMAIL_PORT} PKGDIR_LOCAL= ${.CURDIR} -COMMENTFILE= ${PKGDIR_LOCAL}/pkg-comment DESCR= ${PKGDIR_LOCAL}/pkg-descr PKGMESSAGE= ${PKGDIR_LOCAL}/pkg-message diff --git a/mail/qmail-mysql/pkg-comment b/mail/qmail-mysql/pkg-comment deleted file mode 100644 index 00bcf95..0000000 --- a/mail/qmail-mysql/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A SECURE, reliable, and FAST MTA for UNIX systems WITH MySQL support |