diff options
author | Patrick Li <pat@FreeBSD.org> | 2001-12-08 03:38:17 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2001-12-08 03:38:17 +0000 |
commit | d54f69f1557d9392de6f4d699abf123fb88d2afb (patch) | |
tree | 253e0f2be270a9ba75089e88358d3c699b1d709a /graphics/epstool/Makefile | |
parent | 66a6ac76f4dab75f5f609770e64b3eedc9edfdbc (diff) | |
download | ports-d54f69f1557d9392de6f4d699abf123fb88d2afb.tar.gz ports-d54f69f1557d9392de6f4d699abf123fb88d2afb.zip |
Notes
Diffstat (limited to 'graphics/epstool/Makefile')
-rw-r--r-- | graphics/epstool/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/epstool/Makefile b/graphics/epstool/Makefile index 696338aadd72..bf51dbffc42b 100644 --- a/graphics/epstool/Makefile +++ b/graphics/epstool/Makefile @@ -6,10 +6,10 @@ # PORTNAME= epstool -PORTVERSION= 1.80 +PORTVERSION= 2.00 CATEGORIES= graphics MASTER_SITES= ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/ -DISTNAME= gsv40src +DISTNAME= gsv41src MAINTAINER= ports@FreeBSD.org @@ -27,8 +27,9 @@ post-extract: post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/epstool - ${INSTALL_DATA} ${WRKSRC}/epstool.htm ${PREFIX}/share/doc/epstool + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/epstool.htm ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/../gsview.css ${DOCSDIR} .endif .include <bsd.port.mk> |