From 4fe30a9b064432a3605143fe5101f2befa59f2b6 Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Thu, 1 Nov 2001 21:15:32 +0000 Subject: Fix mtree error. PR: 31617 Submitted by: KATO Tsuguru --- print/ghostscript-gpl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'print/ghostscript-gpl') diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index 93f2ef443480..f65b78d28029 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -134,7 +134,6 @@ post-extract: ${ECHO_MSG} ">>> in post-extract ..." ${LN} -sf ${WRKDIRPREFIX}${.CURDIR}/../../graphics/jpeg/work/jpeg-6b \ ${WRKSRC}/jpeg - ${RM} -f ${WRKSRC}/man/de/*.1 # ** 3rd party driver ** # Note: don't forget to add those devices in scripts/configure and # configure.batch, which update unix-gcc.mak to build gs with these @@ -168,6 +167,8 @@ post-extract: post-patch: ${PERL} -pi -e 's|^DEVICE_DEVS|#DEVICE_DEVS|g' \ ${WRKSRC}/src/unix-gcc.mak + ${PERL} -pi -e 's|\. de|\.|g' \ + ${WRKSRC}/src/unixinst.mak # for HPinkjet driver find ${WRKSRC}/${HPIJS_NAME} -name '*.h' | xargs ${PERL} -pi -e \ 's|#include ||g; \ -- cgit v1.2.3