svn commit: r352453 - head/graphics/jpeginfo

Pawel Pekala pawel at FreeBSD.org
Sun Apr 27 19:27:59 UTC 2014


Author: pawel
Date: Sun Apr 27 19:27:58 2014
New Revision: 352453
URL: http://svnweb.freebsd.org/changeset/ports/352453
QAT: https://qat.redports.org/buildarchive/r352453/

Log:
  - Add staging support
  - Convert to new LIB_DEPENDS format

Modified:
  head/graphics/jpeginfo/Makefile

Modified: head/graphics/jpeginfo/Makefile
==============================================================================
--- head/graphics/jpeginfo/Makefile	Sun Apr 27 19:15:43 2014	(r352452)
+++ head/graphics/jpeginfo/Makefile	Sun Apr 27 19:27:58 2014	(r352453)
@@ -10,15 +10,13 @@ MASTER_SITES=	http://www.kokkonen.net/tj
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Generate listing and MD5, check jpegs for error, delete broken ones
 
-LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
 CPPFLAGS+=	-I${LOCALBASE}/include
-MAKE_ARGS=	mandir=${MANPREFIX}/man
+MAKE_ARGS=	mandir=${MANPREFIX}/man INSTALL_ROOT=${STAGEDIR}
 
-MAN1=		jpeginfo.1
-PLIST_FILES=	bin/jpeginfo
+PLIST_FILES=	bin/jpeginfo man/man1/jpeginfo.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list