diff options
author | demon <demon@FreeBSD.org> | 2001-11-02 05:15:32 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2001-11-02 05:15:32 +0800 |
commit | 35620f0a86ac7aafccc669d217747bd3e51ad1ee (patch) | |
tree | b22087cf59f50708d0cd5da4db9ca1234da634ea | |
parent | 41facf8b6fb06914a0c5c99bed7f40f257f3a9fb (diff) | |
download | freebsd-ports-gnome-35620f0a86ac7aafccc669d217747bd3e51ad1ee.tar.gz freebsd-ports-gnome-35620f0a86ac7aafccc669d217747bd3e51ad1ee.tar.zst freebsd-ports-gnome-35620f0a86ac7aafccc669d217747bd3e51ad1ee.zip |
Fix mtree error.
PR: 31617
Submitted by: KATO Tsuguru <tkato@prontomail.com>
-rw-r--r-- | print/ghostscript-afpl/Makefile | 3 | ||||
-rw-r--r-- | print/ghostscript-gpl/Makefile | 3 | ||||
-rw-r--r-- | print/ghostscript8/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile index 93f2ef443480..f65b78d28029 100644 --- a/print/ghostscript-afpl/Makefile +++ b/print/ghostscript-afpl/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 <malloc.h>||g; \ 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 <malloc.h>||g; \ diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 93f2ef443480..f65b78d28029 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/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 <malloc.h>||g; \ |