diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-05 18:35:06 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-05 18:35:06 +0000 |
commit | 2af8141b7004294f4891091bd992da36b638016d (patch) | |
tree | 091691cc5b3b8a50153d3dca4a2c43ad0ddc8494 /graphics/epstool/Makefile | |
parent | 04204759e68eeab31bd23cef018db24d5614fbac (diff) | |
download | ports-2af8141b7004294f4891091bd992da36b638016d.tar.gz ports-2af8141b7004294f4891091bd992da36b638016d.zip |
Notes
Diffstat (limited to 'graphics/epstool/Makefile')
-rw-r--r-- | graphics/epstool/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/epstool/Makefile b/graphics/epstool/Makefile index 82c459cb839d..c924b44e5c77 100644 --- a/graphics/epstool/Makefile +++ b/graphics/epstool/Makefile @@ -6,10 +6,11 @@ # PORTNAME= epstool -PORTVERSION= 3.05 +PORTVERSION= 3.06 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \ - ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/ + ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/ \ + ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/old/ MASTER_SITE_SUBDIR= nonfree/support/ghostscript/ghostgum MAINTAINER= ports@FreeBSD.org @@ -17,7 +18,6 @@ COMMENT= Create or extract preview bitmaps in EPS files USE_GHOSTSCRIPT_RUN= yes -USE_REINPLACE= yes USE_GMAKE= yes MAKEFILE= makefile MAKE_ARGS= MAKE="${GMAKE}" CC="${CC}" CCAUX="${CC}" CDEBUG="${CFLAGS}" \ @@ -37,9 +37,6 @@ pre-everything:: @${ECHO_MSG} "" .endif -post-patch: - @${REINPLACE_CMD} -e 's|make -f|$$(MAKE) -f|g' ${WRKSRC}/src/unix.mak - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/epstool ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/epstool.1 ${MANPREFIX}/man/man1 |