aboutsummaryrefslogtreecommitdiff
path: root/textproc/duncan
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-09 00:57:51 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-09 00:57:51 +0000
commitc37d3576e8adba5e763ee07c4030b3e20f212194 (patch)
treeb4043a3a62bb26981620ca76472943fb8391643e /textproc/duncan
parent38cdc79a40073c00a1ad921671a1c15bcf76a9e1 (diff)
downloadports-c37d3576e8adba5e763ee07c4030b3e20f212194.tar.gz
ports-c37d3576e8adba5e763ee07c4030b3e20f212194.zip
- Simplify MASTER_SITES
- Add LICENSE_FILE - Strip binary
Notes
Notes: svn path=/head/; revision=380815
Diffstat (limited to 'textproc/duncan')
-rw-r--r--textproc/duncan/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/textproc/duncan/Makefile b/textproc/duncan/Makefile
index 6c1379b6f2f3..ec68051be766 100644
--- a/textproc/duncan/Makefile
+++ b/textproc/duncan/Makefile
@@ -3,16 +3,17 @@
PORTNAME= duncan
PORTVERSION= 0.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= textproc gnustep
MASTER_SITES= http://www.eskimo.com/~pburns/Dictionaries/files/ \
- ${MASTER_SITE_GNUSTEP_CH}
+ GNUSTEP_CH
DISTNAME= Duncan-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= English to Thai dictionary for GNUstep
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
@@ -25,4 +26,7 @@ post-patch:
${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
${WRKSRC}/GNUmakefile
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Duncan.app/Duncan
+
.include <bsd.port.mk>