diff options
author | lioux <lioux@FreeBSD.org> | 2002-04-03 09:30:57 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-04-03 09:30:57 +0800 |
commit | 761cf6af4fd80c9fe34b1f6dc61336be2fa71d78 (patch) | |
tree | 14b0fe6a3ff7d2ffd7e7f13f8b2e3fcd2d38e4d4 /mail/qmail-mysql | |
parent | 4df7f7320ac8e649ee38253c6eea9f2cef133bed (diff) | |
download | freebsd-ports-gnome-761cf6af4fd80c9fe34b1f6dc61336be2fa71d78.tar.gz freebsd-ports-gnome-761cf6af4fd80c9fe34b1f6dc61336be2fa71d78.tar.zst freebsd-ports-gnome-761cf6af4fd80c9fe34b1f6dc61336be2fa71d78.zip |
o Both sanitize MASTER_SITES and add additional ones
o Full deployment of MASTER_SITES:n
Diffstat (limited to 'mail/qmail-mysql')
-rw-r--r-- | mail/qmail-mysql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qmail-mysql/Makefile b/mail/qmail-mysql/Makefile index 8969fe473854..985ee0f99514 100644 --- a/mail/qmail-mysql/Makefile +++ b/mail/qmail-mysql/Makefile @@ -11,8 +11,8 @@ PORTREVISION= 1 CATEGORIES= mail PKGNAMESUFFIX= -mysql -PATCH_SITES+= http://iain.cx/unix/qmail/download/ -PATCHFILES+= qmail-mysql-${MYSQL_PATCH_VERSION}.patch +PATCH_SITES+= http://iain.cx/unix/qmail/download/:mysql +PATCHFILES+= qmail-mysql-${MYSQL_PATCH_VERSION}.patch:mysql,local MAINTAINER= lioux@FreeBSD.org |