diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-11-01 21:15:32 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-11-01 21:15:32 +0000 |
commit | 4fe30a9b064432a3605143fe5101f2befa59f2b6 (patch) | |
tree | f5734e80efa970fe85b0c62f0de546fa373b4a32 /print/ghostscript8 | |
parent | 4795f81c53baa4938b4fa9dbbdb94862bdfbd698 (diff) | |
download | ports-4fe30a9b064432a3605143fe5101f2befa59f2b6.tar.gz ports-4fe30a9b064432a3605143fe5101f2befa59f2b6.zip |
Notes
Diffstat (limited to 'print/ghostscript8')
-rw-r--r-- | print/ghostscript8/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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; \ |