aboutsummaryrefslogtreecommitdiff
path: root/graphics/fig2sxd/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2006-03-15 10:39:38 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2006-03-15 10:39:38 +0000
commitda0023e69a102d0e57972d2b36c56ba56892fe2f (patch)
tree9930c7142c1fbcba3e473e39bc754704ba476fbb /graphics/fig2sxd/Makefile
parent699b8e120725366ddc4e2d21ee0da9f365d62abd (diff)
downloadports-da0023e69a102d0e57972d2b36c56ba56892fe2f.tar.gz
ports-da0023e69a102d0e57972d2b36c56ba56892fe2f.zip
Notes
Diffstat (limited to 'graphics/fig2sxd/Makefile')
-rw-r--r--graphics/fig2sxd/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/fig2sxd/Makefile b/graphics/fig2sxd/Makefile
index 5af9394a5d21..fb2340be2a07 100644
--- a/graphics/fig2sxd/Makefile
+++ b/graphics/fig2sxd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= fig2sxd
-PORTVERSION= 0.13
+PORTVERSION= 0.14
CATEGORIES= graphics converters
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -23,6 +23,11 @@ WRKSRC= ${WRKDIR}/${DISTNAME:C/_/-/}
MAN1= fig2sxd.1
PLIST_FILES= bin/fig2sxd
+post-patch:
+ @${REINPLACE_CMD} -e \
+ '/^CXX/d; s|^\(all:\).*|\1 $$(TARGET1) fig2sxd.1|' \
+ ${WRKSRC}/${MAKEFILE}
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1