diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-09 00:58:00 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-09 00:58:00 +0000 |
commit | dcf21bf614e4c701a107d71f5338a83b6a92fab9 (patch) | |
tree | ddb8a7b694e9399929e906940a4b7d93b4855d5d /graphics/imageviewer | |
parent | a4e14e2c0a39d3fe35f061c19f1269708b4a0171 (diff) | |
download | ports-dcf21bf614e4c701a107d71f5338a83b6a92fab9.tar.gz ports-dcf21bf614e4c701a107d71f5338a83b6a92fab9.zip |
Notes
Diffstat (limited to 'graphics/imageviewer')
-rw-r--r-- | graphics/imageviewer/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/imageviewer/Makefile b/graphics/imageviewer/Makefile index 7a37daf82327..bcb0a42cba93 100644 --- a/graphics/imageviewer/Makefile +++ b/graphics/imageviewer/Makefile @@ -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> |