diff options
author | garga <garga@FreeBSD.org> | 2005-12-13 17:38:26 +0000 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-12-13 17:38:26 +0000 |
commit | c10c0656c01f28a1df7b9be91937e72d84a00ce8 (patch) | |
tree | f741e8b662a155cf451ce1a74842aaa5951d8bd9 /mail | |
parent | 60da8ab364efbb6e7e33e5339b2ed9aa6b0b1b92 (diff) | |
download | FreeBSD-ports-c10c0656c01f28a1df7b9be91937e72d84a00ce8.zip FreeBSD-ports-c10c0656c01f28a1df7b9be91937e72d84a00ce8.tar.gz |
- Permit DISTFILES var be overwritted by slave ports
Noticed by: Wendell Martins Borges <wendell@ramenzoni.com.br>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 04662ce..c0f2076 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -11,7 +11,7 @@ PORTREVISION?= 4 CATEGORIES= mail MASTER_SITES+= ${MASTER_SITE_QMAIL} DISTNAME= ${PORTNAME}-${QMAIL_VERSION} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} +DISTFILES?= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER?= garga@FreeBSD.org COMMENT?= A secure, reliable, efficient, simple, and fast MTA |