diff options
author | fenner <fenner@FreeBSD.org> | 2005-10-18 06:22:25 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2005-10-18 06:22:25 +0800 |
commit | 8b1c87088c93e20354505bcc40d63bbc02b7ba28 (patch) | |
tree | 37a3e28be06c73268fae2b5897ef12604c4eb063 | |
parent | 5859970032c361b3b62d5f5e0e4d40043918c47e (diff) | |
download | freebsd-ports-gnome-8b1c87088c93e20354505bcc40d63bbc02b7ba28.tar.gz freebsd-ports-gnome-8b1c87088c93e20354505bcc40d63bbc02b7ba28.tar.zst freebsd-ports-gnome-8b1c87088c93e20354505bcc40d63bbc02b7ba28.zip |
Don't pretend that there are any MASTER_SITES; there's a custom
do-fetch: target.
-rw-r--r-- | print/foomatic-db/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/foomatic-db/Makefile b/print/foomatic-db/Makefile index a42ba9caf756..4b0488a0ee44 100644 --- a/print/foomatic-db/Makefile +++ b/print/foomatic-db/Makefile @@ -8,7 +8,7 @@ PORTNAME= foomatic-db PORTVERSION= 20050309 CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITES= # custom fetch NO_CHECKSUM= ${DISTFILES} MAINTAINER= ports@FreeBSD.org |