mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
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:
parent
b88484ef9d
commit
ff5b6c3aff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86924
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user