diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-03-09 15:47:21 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-03-09 15:47:21 +0000 |
commit | 58c3c42a21a81f9b87269346425df04e59bded41 (patch) | |
tree | aaf0d987db3ee2c61b8bc873fff2fa6823b2231a /graphics/jhead/Makefile | |
parent | e1f9d3b92c64b89230a43f8ff3ef5b8998dcf547 (diff) | |
download | ports-58c3c42a21a81f9b87269346425df04e59bded41.tar.gz ports-58c3c42a21a81f9b87269346425df04e59bded41.zip |
Notes
Diffstat (limited to 'graphics/jhead/Makefile')
-rw-r--r-- | graphics/jhead/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/jhead/Makefile b/graphics/jhead/Makefile index dd45807223e2..93f531e79cd2 100644 --- a/graphics/jhead/Makefile +++ b/graphics/jhead/Makefile @@ -11,12 +11,14 @@ COMMENT= EXIF JPEG header manipulation tool RUN_DEPENDS= jpegtran:${PORTSDIR}/graphics/jpeg +OPTIONS_DEFINE= DOCS + MAKE_JOBS_SAFE= yes MAKEFILE= makefile -PORTDOCS= usage.html -PLIST_FILES= bin/jhead MAN1= jhead.1 +PLIST_FILES= bin/jhead +PORTDOCS= usage.html .include <bsd.port.options.mk> |