Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2014 14:49:31 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346355 - head/graphics/jslice
Message-ID:  <201402271449.s1REnVdE001726@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Feb 27 14:49:31 2014
New Revision: 346355
URL: http://svnweb.freebsd.org/changeset/ports/346355
QAT: https://qat.redports.org/buildarchive/r346355/

Log:
  Support staging

Modified:
  head/graphics/jslice/Makefile

Modified: head/graphics/jslice/Makefile
==============================================================================
--- head/graphics/jslice/Makefile	Thu Feb 27 14:48:29 2014	(r346354)
+++ head/graphics/jslice/Makefile	Thu Feb 27 14:49:31 2014	(r346355)
@@ -10,12 +10,11 @@ MASTER_SITES=	http://www.pldaniels.com/j
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Graphics tool to split up a JPEG image and provide HTML for the slices
 
-LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg
 
 PLIST_FILES=	bin/jslice
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/jslice ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/jslice ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>



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