diff options
author | arved <arved@FreeBSD.org> | 2003-08-14 10:14:23 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-08-14 10:14:23 +0000 |
commit | e8f78c8e3e730b839a285e964744f61df4269a8c (patch) | |
tree | a6e0c57f6c351b7fd5978d3e81069ab6d31e6b21 /graphics/metapixel | |
parent | 3889e13beede23cb0d49ece613568bef18e17b00 (diff) | |
download | FreeBSD-ports-e8f78c8e3e730b839a285e964744f61df4269a8c.zip FreeBSD-ports-e8f78c8e3e730b839a285e964744f61df4269a8c.tar.gz |
Fix a Typo in the REINPLACE_CMD, that made metapixel unusable
Bump PORTREVISION.
Submitted by: Daniel Roethlisberger <daniel@roe.ch>
Diffstat (limited to 'graphics/metapixel')
-rw-r--r-- | graphics/metapixel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/metapixel/Makefile b/graphics/metapixel/Makefile index 30c3f73..99fb47b 100644 --- a/graphics/metapixel/Makefile +++ b/graphics/metapixel/Makefile @@ -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: |