Fix a Typo in the REINPLACE_CMD, that made metapixel unusable

Bump PORTREVISION.

Submitted by:	Daniel Roethlisberger <daniel@roe.ch>
This commit is contained in:
Tilman Keskinoz 2003-08-14 10:14:23 +00:00
parent b88484ef9d
commit ff5b6c3aff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86924

View File

@ -6,7 +6,7 @@
PORTNAME= metapixel
PORTVERSION= 0.7
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://www.complang.tuwien.ac.at/~schani/metapixel/
@ -25,7 +25,7 @@ MAKE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
post-patch:
@${RM} ${WRKSRC}/getopt.h
@${REINPLACE_CMD} -e 's,values.h,limits.h,' ${WRKSRC}/libzoom/simple.h
@${REINPLACE_CMD} -e 's,MINSHORT,SHRT_MAX,; \
@${REINPLACE_CMD} -e 's,MINSHORT,SHRT_MIN,; \
s,MAXSHORT,SHRT_MAX,' ${WRKSRC}/libzoom/zoom.c
do-install: