Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 2013 03:41:15 +0000 (UTC)
From:      Greg Lehey <grog@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318271 - head/graphics/enblend
Message-ID:  <201305160341.r4G3fFXE044088@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: grog (src committer)
Date: Thu May 16 03:41:15 2013
New Revision: 318271
URL: http://svnweb.freebsd.org/changeset/ports/318271

Log:
  Fix inverse breakage introduced with last commit.
  
  Submitted by:	     danfe
  Approved by:	     itetcu (mentor)
  Pointy hat to:	     grog

Modified:
  head/graphics/enblend/Makefile

Modified: head/graphics/enblend/Makefile
==============================================================================
--- head/graphics/enblend/Makefile	Thu May 16 02:49:46 2013	(r318270)
+++ head/graphics/enblend/Makefile	Thu May 16 03:41:15 2013	(r318271)
@@ -4,13 +4,11 @@
 PORTNAME=	enblend
 PORTVERSION=	4.1.1
 CATEGORIES=	graphics
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-# Care: the directory is the minor release number
-MASTER_SITE_SUBDIR=	enblend/enblend-enfuse/enblend-enfuse-4.1
+MASTER_SITES=	SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION:R}
 DISTNAME=	enblend-enfuse-${PORTVERSION}
 
 MAINTAINER=	grog@FreeBSD.org
-COMMENT=	A tool for image blending with multiresolution splines
+COMMENT=	Tool for image blending with multiresolution splines
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo \
 		OpenEXR>=1.0:${PORTSDIR}/graphics/OpenEXR
@@ -23,7 +21,6 @@ LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/j
 		gsl:${PORTSDIR}/math/gsl
 RUN_DEPENDS=	OpenEXR>=1.0:${PORTSDIR}/graphics/OpenEXR
 
-INFO=		enfuse enblend
 MAKE_JOBS_SAFE= yes
 USE_AUTOTOOLS=	automake:env autoconf:env
 USE_GMAKE=	yes
@@ -42,9 +39,9 @@ CONFIGURE_ARGS+=	--with-boost-filesystem
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
+INFO=		enfuse enblend
 MAN1=		enblend.1 enfuse.1
 PLIST_FILES=	bin/enblend bin/enfuse
-PLIST_DIRS+=	%%DOCSDIR%%
 
 post-install:
 		${INSTALL_DATA} ${WRKSRC}/doc/*.info ${PREFIX}/${INFO_PATH}



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