svn commit: r347168 - head/graphics/iiview

Emanuel Haupt ehaupt at FreeBSD.org
Thu Mar 6 07:56:29 UTC 2014


Author: ehaupt
Date: Thu Mar  6 07:56:29 2014
New Revision: 347168
URL: http://svnweb.freebsd.org/changeset/ports/347168
QAT: https://qat.redports.org/buildarchive/r347168/

Log:
  - Support staging
  - Use WWW: with a single space
  - Make PREFIX safe
  - Strip binary

Modified:
  head/graphics/iiview/Makefile
  head/graphics/iiview/pkg-descr

Modified: head/graphics/iiview/Makefile
==============================================================================
--- head/graphics/iiview/Makefile	Thu Mar  6 07:46:15 2014	(r347167)
+++ head/graphics/iiview/Makefile	Thu Mar  6 07:56:29 2014	(r347168)
@@ -15,12 +15,10 @@ BUILD_DEPENDS=	${LOCALBASE}/lib/libpng.a
 		${LOCALBASE}/lib/libjpeg.a:${PORTSDIR}/graphics/jpeg
 
 USE_XORG=	xpm x11
-PLIST_FILES=	bin/iiview
-MAKE_JOBS_UNSAFE=	yes
-
-MAN1=		iiview.1
-MANCOMPRESSED=	yes
 USE_BZIP2=	yes
 
-NO_STAGE=	yes
+PLIST_FILES=	bin/iiview man/man1/iiview.1.gz
+
+MAKE_JOBS_UNSAFE=	yes
+
 .include <bsd.port.mk>

Modified: head/graphics/iiview/pkg-descr
==============================================================================
--- head/graphics/iiview/pkg-descr	Thu Mar  6 07:46:15 2014	(r347167)
+++ head/graphics/iiview/pkg-descr	Thu Mar  6 07:56:29 2014	(r347168)
@@ -3,4 +3,4 @@ pictures in a directory as thumbnails. S
 then be shown in full size. It reads the most common graphic
 formats.
 
-WWW:		http://sourceforge.net/projects/iiview
+WWW: http://sourceforge.net/projects/iiview


More information about the svn-ports-head mailing list