diff options
Diffstat (limited to 'print/fontforge/Makefile')
-rw-r--r-- | print/fontforge/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index 1673cb562dc..a5b90eb9871 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 20090622 PORTREVISION= 1 CATEGORIES= print MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION} -DISTFILES= ${EXTRACT_ONLY} ${DOCFILES} +DISTFILES= ${EXTRACT_ONLY} EXTRACT_ONLY= ${PORTNAME}_full-${PORTVERSION}.tar.bz2 MAINTAINER= cyberbotx@cyberbotx.com @@ -33,7 +33,8 @@ EXTRACT_ONLY+= freetype-${FREETYPE_VERSION}.tar.bz2 .if !defined(NOPORTDOCS) DOC_VERSION= ${PORTVERSION} MASTER_SITES+= SF/${PORTNAME}/${PORTNAME}-docs/${DOC_VERSION}:docs -DOCFILES= ${PORTNAME}_htdocs-${DOC_VERSION}.tar.bz2:docs +DOCFILES= ${PORTNAME}_htdocs-${DOC_VERSION}.tar.bz2 +DISTFILES+= ${DOCFILES:C/$/:docs/} .endif USE_BZIP2= yes |