svn commit: r313722 - head/graphics/jhead
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Mar 9 15:47:21 UTC 2013
Author: sunpoet
Date: Sat Mar 9 15:47:21 2013
New Revision: 313722
URL: http://svnweb.freebsd.org/changeset/ports/313722
Log:
- Add OPTIONS_DEFINE
Modified:
head/graphics/jhead/Makefile
Modified: head/graphics/jhead/Makefile
==============================================================================
--- head/graphics/jhead/Makefile Sat Mar 9 15:25:08 2013 (r313721)
+++ head/graphics/jhead/Makefile Sat Mar 9 15:47:21 2013 (r313722)
@@ -11,12 +11,14 @@ COMMENT= EXIF JPEG header manipulation t
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>
More information about the svn-ports-head
mailing list