aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-03-09 08:57:57 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-03-09 08:57:57 +0800
commitfbaefbb4482962a3d6533d0484ab3824033dd94a (patch)
tree11aeb292257c1abcfb6cfda4ad970088bb4039ff /textproc
parent18f4e1cc99abc7c0062e1a51a3184928b945a628 (diff)
downloadfreebsd-ports-gnome-fbaefbb4482962a3d6533d0484ab3824033dd94a.tar.gz
freebsd-ports-gnome-fbaefbb4482962a3d6533d0484ab3824033dd94a.tar.zst
freebsd-ports-gnome-fbaefbb4482962a3d6533d0484ab3824033dd94a.zip
- Simplify MASTER_SITES
- Clarify LICENSE - Strip binary
Diffstat (limited to 'textproc')
-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>