diff options
author | rene <rene@FreeBSD.org> | 2015-11-30 15:55:25 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2015-11-30 15:55:25 +0800 |
commit | c03817eaa9298d6fcad2c63feda39d3c04650e23 (patch) | |
tree | c947dd6fb963a43d7db83ffd59500ce8cd33eba5 /graphics | |
parent | aff8bd2eec0cfd43f0211c21b8dbef933fb64da6 (diff) | |
download | freebsd-ports-gnome-c03817eaa9298d6fcad2c63feda39d3c04650e23.tar.gz freebsd-ports-gnome-c03817eaa9298d6fcad2c63feda39d3c04650e23.tar.zst freebsd-ports-gnome-c03817eaa9298d6fcad2c63feda39d3c04650e23.zip |
graphics/fotofix: fix typo in DESKTOP_ENTRIES, bump PORTREVISION
Submitted by: danfe
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/fotofix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/fotofix/Makefile b/graphics/fotofix/Makefile index 6f0360473e87..96cd919a3a7c 100644 --- a/graphics/fotofix/Makefile +++ b/graphics/fotofix/Makefile @@ -3,6 +3,7 @@ PORTNAME= fotofix PORTVERSION= 0.01.1.88 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org @@ -22,7 +23,7 @@ SHEBANG_FILES= fotofix PLIST_FILES= bin/fotofix man/man1/fotofix.1.gz -DESKTOP_ENTRIES="FotoFix" "" "" "fotofox" "" "" +DESKTOP_ENTRIES="FotoFix" "" "" "fotofix" "" "" do-build: (cd ${WRKSRC} && pod2man fotofix fotofix.1) |