diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-01-26 16:12:00 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-01-26 16:12:00 +0000 |
commit | 495767070f6edb9d5a628a22b5ab52398d1fcba1 (patch) | |
tree | cb13fd9acb233dfbe4dfed4491feab10ed1a5eef /graphics/jhead | |
parent | f8d76daab6cc8ae5cce2a759459fb5a15c6f55b7 (diff) | |
download | freebsd-ports-495767070f6edb9d5a628a22b5ab52398d1fcba1.zip |
Cosmetic change
Diffstat (limited to 'graphics/jhead')
-rw-r--r-- | graphics/jhead/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/jhead/Makefile b/graphics/jhead/Makefile index e709ef58426a..7a550b0bfa88 100644 --- a/graphics/jhead/Makefile +++ b/graphics/jhead/Makefile @@ -10,8 +10,6 @@ MASTER_SITES= http://www.sentex.net/~mwandel/jhead/ \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= EXIF JPEG header manipulation tool -OPTIONS_DEFINE= DOCS - USES= jpeg:run MAKEFILE= makefile @@ -20,6 +18,8 @@ PLIST_FILES= bin/jhead \ share/man/man1/jhead.1.gz PORTDOCS= usage.html +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} -e '/^CFLAGS=/d' ${WRKSRC}/${MAKEFILE} |