diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-23 05:09:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-23 05:09:25 +0800 |
commit | c52b091772fe4c2d3921fc65bd718c451dbb7800 (patch) | |
tree | ddde11a7d21c536a70bcdf505193d6fd6a06e9e1 | |
parent | 1cd4d7051fdf6fa037ff2fa502dc8bc6ecf3c1b1 (diff) | |
download | freebsd-ports-gnome-c52b091772fe4c2d3921fc65bd718c451dbb7800.tar.gz freebsd-ports-gnome-c52b091772fe4c2d3921fc65bd718c451dbb7800.tar.zst freebsd-ports-gnome-c52b091772fe4c2d3921fc65bd718c451dbb7800.zip |
- Fix fetch after recent Sourceforge migration
PR: 138069
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
-rw-r--r-- | print/fontforge/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index 58315399dffe..1673cb562dcd 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -32,7 +32,8 @@ EXTRACT_ONLY+= freetype-${FREETYPE_VERSION}.tar.bz2 .if !defined(NOPORTDOCS) DOC_VERSION= ${PORTVERSION} -DOCFILES= ${PORTNAME}_htdocs-${DOC_VERSION}.tar.bz2 +MASTER_SITES+= SF/${PORTNAME}/${PORTNAME}-docs/${DOC_VERSION}:docs +DOCFILES= ${PORTNAME}_htdocs-${DOC_VERSION}.tar.bz2:docs .endif USE_BZIP2= yes |