aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-03-09 15:47:21 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-03-09 15:47:21 +0000
commit58c3c42a21a81f9b87269346425df04e59bded41 (patch)
treeaaf0d987db3ee2c61b8bc873fff2fa6823b2231a /graphics
parente1f9d3b92c64b89230a43f8ff3ef5b8998dcf547 (diff)
downloadports-58c3c42a21a81f9b87269346425df04e59bded41.tar.gz
ports-58c3c42a21a81f9b87269346425df04e59bded41.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/jhead/Makefile6
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>