aboutsummaryrefslogtreecommitdiff
path: root/textproc/easydiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-09 00:57:57 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-09 00:57:57 +0000
commita4e14e2c0a39d3fe35f061c19f1269708b4a0171 (patch)
tree11aeb292257c1abcfb6cfda4ad970088bb4039ff /textproc/easydiff
parent1665e9a4f3c6b62b785e0353f4a42916a212d6f5 (diff)
downloadports-a4e14e2c0a39d3fe35f061c19f1269708b4a0171.tar.gz
ports-a4e14e2c0a39d3fe35f061c19f1269708b4a0171.zip
- Simplify MASTER_SITES
- Clarify LICENSE - Strip binary
Notes
Notes: svn path=/head/; revision=380817
Diffstat (limited to 'textproc/easydiff')
-rw-r--r--textproc/easydiff/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/textproc/easydiff/Makefile b/textproc/easydiff/Makefile
index fa112eec7ea5..b54327dccef6 100644
--- a/textproc/easydiff/Makefile
+++ b/textproc/easydiff/Makefile
@@ -2,20 +2,22 @@
PORTNAME= easydiff
PORTVERSION= 0.4.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= textproc gnustep
-MASTER_SITES= ${MASTER_SITE_GNUSTEP}
-MASTER_SITE_SUBDIR= usr-apps
+MASTER_SITES= GNUSTEP/usr-apps
DISTNAME= EasyDiff-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GNUstep graphical diff
-LICENSE= GPLv2
+LICENSE= GPLv2 # or later; COPYING has GPLv3
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/EasyDiff.app/EasyDiff
+
.include <bsd.port.mk>