diff options
author | lioux <lioux@FreeBSD.org> | 2001-02-15 04:19:04 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-02-15 04:19:04 +0800 |
commit | 5e129658fc7663aee97c3d6ca2a3bdf3aeabd003 (patch) | |
tree | daa4d0a42b5b75d1ff9d4547f677f0e255f4681b /graphics/gphoto | |
parent | 12bc8350ed1f09e847609c10c37edebcb505fc84 (diff) | |
download | freebsd-ports-gnome-5e129658fc7663aee97c3d6ca2a3bdf3aeabd003.tar.gz freebsd-ports-gnome-5e129658fc7663aee97c3d6ca2a3bdf3aeabd003.tar.zst freebsd-ports-gnome-5e129658fc7663aee97c3d6ca2a3bdf3aeabd003.zip |
simple typo fix, remove odd extraneous spaces (^ $)
Diffstat (limited to 'graphics/gphoto')
-rw-r--r-- | graphics/gphoto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gphoto/Makefile b/graphics/gphoto/Makefile index 3cb8e7991955..4e5031b46ed0 100644 --- a/graphics/gphoto/Makefile +++ b/graphics/gphoto/Makefile @@ -9,7 +9,7 @@ PORTNAME= gphoto PORTVERSION= 0.4.3 CATEGORIES= graphics MASTER_SITES= http://www.gphoto.net/dist/ - + MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick |