svn commit: r380818 - head/graphics/imageviewer

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Mar 9 00:58:01 UTC 2015


Author: amdmi3
Date: Mon Mar  9 00:58:00 2015
New Revision: 380818
URL: https://svnweb.freebsd.org/changeset/ports/380818
QAT: https://qat.redports.org/buildarchive/r380818/

Log:
  - Simplify MASTER_SITES
  - Add LICENSE_FILE
  - Strip binary

Modified:
  head/graphics/imageviewer/Makefile

Modified: head/graphics/imageviewer/Makefile
==============================================================================
--- head/graphics/imageviewer/Makefile	Mon Mar  9 00:57:57 2015	(r380817)
+++ head/graphics/imageviewer/Makefile	Mon Mar  9 00:58:00 2015	(r380818)
@@ -2,11 +2,10 @@
 
 PORTNAME=	imageviewer
 PORTVERSION=	0.6.3
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	http://www.nice.ch/~phip/ \
-		${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=	dinoex
+		LOCAL/dinoex
 
 DISTNAME=	ImageViewer-${PORTVERSION}
 
@@ -14,10 +13,14 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	GNUstep Image Viewer
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USE_GNUSTEP=	yes
 USE_GNUSTEP_BACK=	yes
 USE_GNUSTEP_BUILD=	yes
 USE_GNUSTEP_INSTALL=	yes
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/ImageViewer.app/ImageViewer
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list