aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/jhead
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-03-09 23:47:21 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-03-09 23:47:21 +0800
commit13e440219202e744b8f0433de367d8443dd3bf2a (patch)
treeaaf0d987db3ee2c61b8bc873fff2fa6823b2231a /graphics/jhead
parent6a8e78fccb0501692cc5a9ecfe7fc0d30db4ff9d (diff)
downloadfreebsd-ports-gnome-13e440219202e744b8f0433de367d8443dd3bf2a.tar.gz
freebsd-ports-gnome-13e440219202e744b8f0433de367d8443dd3bf2a.tar.zst
freebsd-ports-gnome-13e440219202e744b8f0433de367d8443dd3bf2a.zip
- Add OPTIONS_DEFINE
Diffstat (limited to 'graphics/jhead')
-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>