Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2013 13:19:19 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315760 - head/graphics/feh
Message-ID:  <201304081319.r38DJJLV080106@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Mon Apr  8 13:19:19 2013
New Revision: 315760
URL: http://svnweb.freebsd.org/changeset/ports/315760

Log:
  Fix a typo and make documentation actually install when it should.
  This fixes a plist issue since the documentation wasn't installed when it
  should have been.
  Bump portrevision.
  
  Approved by:	portmgr (bapt)

Modified:
  head/graphics/feh/Makefile

Modified: head/graphics/feh/Makefile
==============================================================================
--- head/graphics/feh/Makefile	Mon Apr  8 12:26:46 2013	(r315759)
+++ head/graphics/feh/Makefile	Mon Apr  8 13:19:19 2013	(r315760)
@@ -3,6 +3,7 @@
 
 PORTNAME=	feh
 PORTVERSION=	2.9.1
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://feh.finalrewind.org/ \
 		${MASTER_SITE_LOCAL}
@@ -36,7 +37,7 @@ post-patch:
 		${WRKSRC}/Makefile
 
 post-install:
-.if ${PORT_OPTIONS:MDOC}
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304081319.r38DJJLV080106>