aboutsummaryrefslogtreecommitdiff
path: root/graphics/jhead
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-03-02 06:40:21 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-03-02 06:40:21 +0000
commit82d2aec8e9b2b378d99f7f41afbbb5ceabb63916 (patch)
treec0dfd2f3571351a8641d7f5af9cd28332d8ba5de /graphics/jhead
parent0feba63ed6d2197326ab75ed11c25b6bc86e8958 (diff)
downloadports-82d2aec8e9b2b378d99f7f41afbbb5ceabb63916.tar.gz
ports-82d2aec8e9b2b378d99f7f41afbbb5ceabb63916.zip
- Update to 2.97
PR: 176560 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=313214
Diffstat (limited to 'graphics/jhead')
-rw-r--r--graphics/jhead/Makefile14
-rw-r--r--graphics/jhead/distinfo4
2 files changed, 9 insertions, 9 deletions
diff --git a/graphics/jhead/Makefile b/graphics/jhead/Makefile
index e3e85b52a5c4..cc25f58d4725 100644
--- a/graphics/jhead/Makefile
+++ b/graphics/jhead/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= jhead
-PORTVERSION= 2.96
+PORTVERSION= 2.97
CATEGORIES= graphics
MASTER_SITES= http://www.sentex.net/~mwandel/jhead/
@@ -12,23 +12,23 @@ COMMENT= Exif Jpeg camera setting parser, rotator, and much more
RUN_DEPENDS= jpegtran:${PORTSDIR}/graphics/jpeg
MAKEFILE= makefile
-
MAKE_JOBS_SAFE= yes
+
+MAN1= jhead.1
PORTDOCS= usage.html
PLIST_FILES= bin/jhead
-MAN1= jhead.1
.include <bsd.port.options.mk>
post-patch:
- @${REINPLACE_CMD} -E '/^CFLAGS=/d' ${WRKSRC}/makefile
+ @${REINPLACE_CMD} -e 's|^CFLAGS|#CFLAGS|' ${WRKSRC}/makefile
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/jhead ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/jhead.1 ${PREFIX}/man/man1
+ (cd ${WRKSRC} && ${INSTALL_PROGRAM} jhead ${PREFIX}/bin)
+ (cd ${WRKSRC} && ${INSTALL_MAN} jhead.1 ${MANPREFIX}/man/man1)
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/usage.html ${DOCSDIR}
+ (cd ${WRKSRC} && ${INSTALL_DATA} usage.html ${DOCSDIR})
.endif
.include <bsd.port.mk>
diff --git a/graphics/jhead/distinfo b/graphics/jhead/distinfo
index 18dba73f97f8..462f2e81ba99 100644
--- a/graphics/jhead/distinfo
+++ b/graphics/jhead/distinfo
@@ -1,2 +1,2 @@
-SHA256 (jhead-2.96.tar.gz) = 9fadfe6ad285cac29f328eaa7bc646d7f713eef22a7e9a9fb5b098da0b7b37c4
-SIZE (jhead-2.96.tar.gz) = 66235
+SHA256 (jhead-2.97.tar.gz) = 04b55c5cd27882f631c2b25316803d8ac81c6d2408e6129ca47019c018324f17
+SIZE (jhead-2.97.tar.gz) = 68361