aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--graphics/imageviewer/Makefile9
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>