diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-03-09 17:00:41 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-03-09 17:00:41 +0800 |
commit | a7d89c74a9864d18f29d247697a7cb0ae5880eb3 (patch) | |
tree | 6ed4de37dcc747a4982e06a7b8af65e269756cc2 /graphics/jhead/Makefile | |
parent | 9a578c6b35fd29ee32c1de4a0a56aef8494aeb27 (diff) | |
download | freebsd-ports-gnome-a7d89c74a9864d18f29d247697a7cb0ae5880eb3.tar.gz freebsd-ports-gnome-a7d89c74a9864d18f29d247697a7cb0ae5880eb3.tar.zst freebsd-ports-gnome-a7d89c74a9864d18f29d247697a7cb0ae5880eb3.zip |
- Add my LOCAL to MASTER_SITES
- Update COMMENT
- Take maintainership
- Update pkg-descr
Diffstat (limited to 'graphics/jhead/Makefile')
-rw-r--r-- | graphics/jhead/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/graphics/jhead/Makefile b/graphics/jhead/Makefile index cc25f58d4725..dd45807223e2 100644 --- a/graphics/jhead/Makefile +++ b/graphics/jhead/Makefile @@ -6,29 +6,29 @@ PORTVERSION= 2.97 CATEGORIES= graphics MASTER_SITES= http://www.sentex.net/~mwandel/jhead/ -MAINTAINER= ports@FreeBSD.org -COMMENT= Exif Jpeg camera setting parser, rotator, and much more +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= EXIF JPEG header manipulation tool RUN_DEPENDS= jpegtran:${PORTSDIR}/graphics/jpeg -MAKEFILE= makefile MAKE_JOBS_SAFE= yes +MAKEFILE= makefile -MAN1= jhead.1 PORTDOCS= usage.html PLIST_FILES= bin/jhead +MAN1= jhead.1 .include <bsd.port.options.mk> post-patch: - @${REINPLACE_CMD} -e 's|^CFLAGS|#CFLAGS|' ${WRKSRC}/makefile + @${REINPLACE_CMD} -e '/^CFLAGS=/d' ${WRKSRC}/makefile do-install: - (cd ${WRKSRC} && ${INSTALL_PROGRAM} jhead ${PREFIX}/bin) - (cd ${WRKSRC} && ${INSTALL_MAN} jhead.1 ${MANPREFIX}/man/man1) + ${INSTALL_PROGRAM} ${WRKSRC}/jhead ${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/jhead.1 ${PREFIX}/man/man1/ .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} usage.html ${DOCSDIR}) + ${MKDIR} ${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/usage.html ${DOCSDIR}/ .endif .include <bsd.port.mk> |