svn commit: r402652 - head/graphics/fotofix

Rene Ladan rene at FreeBSD.org
Mon Nov 30 07:55:27 UTC 2015


Author: rene
Date: Mon Nov 30 07:55:25 2015
New Revision: 402652
URL: https://svnweb.freebsd.org/changeset/ports/402652

Log:
  graphics/fotofix: fix typo in DESKTOP_ENTRIES, bump PORTREVISION
  
  Submitted by:	danfe

Modified:
  head/graphics/fotofix/Makefile

Modified: head/graphics/fotofix/Makefile
==============================================================================
--- head/graphics/fotofix/Makefile	Mon Nov 30 07:39:49 2015	(r402651)
+++ head/graphics/fotofix/Makefile	Mon Nov 30 07:55:25 2015	(r402652)
@@ -3,6 +3,7 @@
 
 PORTNAME=	fotofix
 PORTVERSION=	0.01.1.88
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	ports at 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)


More information about the svn-ports-all mailing list