svn commit: r380815 - head/textproc/duncan

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Mar 9 00:57:52 UTC 2015


Author: amdmi3
Date: Mon Mar  9 00:57:51 2015
New Revision: 380815
URL: https://svnweb.freebsd.org/changeset/ports/380815
QAT: https://qat.redports.org/buildarchive/r380815/

Log:
  - Simplify MASTER_SITES
  - Add LICENSE_FILE
  - Strip binary

Modified:
  head/textproc/duncan/Makefile

Modified: head/textproc/duncan/Makefile
==============================================================================
--- head/textproc/duncan/Makefile	Mon Mar  9 00:57:49 2015	(r380814)
+++ head/textproc/duncan/Makefile	Mon Mar  9 00:57:51 2015	(r380815)
@@ -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 at 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>


More information about the svn-ports-head mailing list