svn commit: r331846 - head/graphics/jpegoptim

Emanuel Haupt ehaupt at FreeBSD.org
Mon Oct 28 12:18:38 UTC 2013


Author: ehaupt
Date: Mon Oct 28 12:18:37 2013
New Revision: 331846
URL: http://svnweb.freebsd.org/changeset/ports/331846

Log:
  Support staging.

Modified:
  head/graphics/jpegoptim/Makefile

Modified: head/graphics/jpegoptim/Makefile
==============================================================================
--- head/graphics/jpegoptim/Makefile	Mon Oct 28 12:13:18 2013	(r331845)
+++ head/graphics/jpegoptim/Makefile	Mon Oct 28 12:18:37 2013	(r331846)
@@ -18,10 +18,10 @@ LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/j
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-libjpeg=${LOCALBASE}
 
-MAN1=		jpegoptim.1
-PLIST_FILES=	bin/jpegoptim
+PLIST_FILES=	bin/jpegoptim man/man1/jpegoptim.1.gz
+
+MAKE_ENV+=	INSTALL_ROOT=${STAGEDIR}
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|^bindir =.*$$|bindir = @bindir@|g ; \


More information about the svn-ports-all mailing list