diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-02-08 13:36:42 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-02-08 13:36:42 +0000 |
commit | 6bce3936a46cacedada4f1f92f43a67284a77da7 (patch) | |
tree | 08609cb9b4d4d91d6ea4df33bca736fc9f6ff460 /graphics/jhead | |
parent | 6415a63a3948a0e127bdbf8505b83eb0ba62bf06 (diff) |
Notes
Diffstat (limited to 'graphics/jhead')
-rw-r--r-- | graphics/jhead/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/jhead/Makefile b/graphics/jhead/Makefile index a29f2c484bfd..dda37382d5e8 100644 --- a/graphics/jhead/Makefile +++ b/graphics/jhead/Makefile @@ -7,7 +7,7 @@ PORTNAME= jhead PORTVERSION= 2.88 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.sentex.net/~mwandel/jhead/ \ http://www.is-root.com/myports/ @@ -24,6 +24,9 @@ PORTDOCS= usage.html PLIST_FILES= bin/jhead MAN1= jhead.1 +post-patch: + @${REINPLACE_CMD} -E '/^CFLAGS=/d' ${WRKSRC}/makefile + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/jhead ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/jhead.1 ${PREFIX}/man/man1 |