ports/117686: print/fontforge : extract fails when building with NOPORTDOCS=yes
Olivier SMEDTS
olivier at gid0.org
Tue Oct 30 20:40:04 UTC 2007
The following reply was made to PR ports/117686; it has been noted by GNATS.
From: "Olivier SMEDTS" <olivier at gid0.org>
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/117686: print/fontforge : extract fails when building with NOPORTDOCS=yes
Date: Tue, 30 Oct 2007 21:03:34 +0100
In fact, all post-extract should be enclosed by if !defined(NOPORTDOCS) :
--- /tmp/Makefile 2007-10-30 21:00:26.000000000 +0100
+++ /usr/ports/print/fontforge/Makefile 2007-10-30 18:32:42.000000000 +0100
@@ -84,6 +84,7 @@
@${ECHO_MSG} ""
.endif
+.if !defined(NOPORTDOCS)
post-extract:
${MKDIR} ${WRKDIR}/html ${WRKSRC}/cidmap
for doc in ${DOCFILES} ; \
@@ -91,6 +92,7 @@
done
${TAR} -xzC ${WRKSRC}/cidmap -f ${WRKDIR}/html/cidmaps.tgz
${RM} ${WRKDIR}/html/cidmaps.tgz
+.endif
.if !defined(FONTFORGE_NO_PLUGINS)
post-build:
--
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: olivier at gid0.org - against HTML email & vCards X
www: http://www.gid0.org - against proprietary attachments / \
"Il y a seulement 10 sortes de gens dans le monde :
ceux qui comprennent le binaire,
et ceux qui ne le comprennent pas."
More information about the freebsd-ports-bugs
mailing list