diff options
author | mi <mi@FreeBSD.org> | 2006-12-01 07:05:50 +0000 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2006-12-01 07:05:50 +0000 |
commit | ae3a2ed35137ca2cd92de03d6055d94bf6407025 (patch) | |
tree | 36aa9328c08eef3cabc759b582472586f9afc14a /graphics/gdtclft/Makefile | |
parent | 7bf1a809295bb55175ee32d9416a94b74d00d49e (diff) | |
download | FreeBSD-ports-ae3a2ed35137ca2cd92de03d6055d94bf6407025.zip FreeBSD-ports-ae3a2ed35137ca2cd92de03d6055d94bf6407025.tar.gz |
Expand the patch-gif to also support JPEG, XPM, XBM, and WBMP input as
well as JPEG, GIF, and WBMP output formats.
Set WARNS=2. Clean-up the man-page. Bump Tcl-package's version and PORTREVISION.
Diffstat (limited to 'graphics/gdtclft/Makefile')
-rw-r--r-- | graphics/gdtclft/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/gdtclft/Makefile b/graphics/gdtclft/Makefile index 1383407..d877888 100644 --- a/graphics/gdtclft/Makefile +++ b/graphics/gdtclft/Makefile @@ -7,7 +7,7 @@ PORTNAME= Gdtclft PORTVERSION= 2.2.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics tcl${TCL_DVER} MASTER_SITES= http://www.graphviz.org/pub/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -28,6 +28,9 @@ ALL_TARGET= all MANN= gdtclft.n +post-patch: + ${REINPLACE_CMD} -Ee 's,[[:space:]]+$$,,' ${WRKSRC}/${MANN} + post-install: ${INSTALL_MAN} ${WRKSRC}/${MANN} ${PREFIX}/man/mann/ |