summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-08-22 21:09:25 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-08-22 21:09:25 +0000
commit559e8f4dc2475dcc84e18453cb1bc71c563e734c (patch)
tree1a755bb41987aa0ea81f77d05536c4cb62185f2d /print
parent- Update to 1.18.0 (diff)
- Fix fetch after recent Sourceforge migration
PR: 138069 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Notes
Notes: svn path=/head/; revision=240143
Diffstat (limited to 'print')
-rw-r--r--print/fontforge/Makefile3
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