Date: Mon, 9 Mar 2015 00:58:00 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380818 - head/graphics/imageviewer Message-ID: <201503090058.t290w08k063449@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503090058.t290w08k063449>