diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-29 21:50:21 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-29 21:50:21 +0800 |
commit | 893d90754af8f198dbd148b500850b9a99da2db7 (patch) | |
tree | 7b6823c73fc35566f90334ff97b50621dcd72639 /graphics | |
parent | dab3e74fc876665c5838ab8e51c021feb19c6b1c (diff) | |
download | freebsd-ports-gnome-893d90754af8f198dbd148b500850b9a99da2db7.tar.gz freebsd-ports-gnome-893d90754af8f198dbd148b500850b9a99da2db7.tar.zst freebsd-ports-gnome-893d90754af8f198dbd148b500850b9a99da2db7.zip |
- Cosmetic change
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jhead/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/jhead/Makefile b/graphics/jhead/Makefile index bc41366fb383..aa47937746b4 100644 --- a/graphics/jhead/Makefile +++ b/graphics/jhead/Makefile @@ -10,11 +10,10 @@ MASTER_SITES= http://www.sentex.net/~mwandel/${PORTNAME}/ \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= EXIF JPEG header manipulation tool -USES= jpeg:run - OPTIONS_DEFINE= DOCS MAKEFILE= makefile +USES= jpeg:run PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz |