diff options
author | garga <garga@FreeBSD.org> | 2005-12-14 01:38:26 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-12-14 01:38:26 +0800 |
commit | c10c0656c01f28a1df7b9be91937e72d84a00ce8 (patch) | |
tree | f741e8b662a155cf451ce1a74842aaa5951d8bd9 /mail/qmail | |
parent | 60da8ab364efbb6e7e33e5339b2ed9aa6b0b1b92 (diff) | |
download | freebsd-ports-gnome-c10c0656c01f28a1df7b9be91937e72d84a00ce8.tar.gz freebsd-ports-gnome-c10c0656c01f28a1df7b9be91937e72d84a00ce8.tar.zst freebsd-ports-gnome-c10c0656c01f28a1df7b9be91937e72d84a00ce8.zip |
- Permit DISTFILES var be overwritted by slave ports
Noticed by: Wendell Martins Borges <wendell@ramenzoni.com.br>
Diffstat (limited to 'mail/qmail')
-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 04662ceb3459..c0f20765ec7b 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 |