Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 May 2015 11:40:37 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387720 - head/chinese/qe
Message-ID:  <201505281140.t4SBebdL071068@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu May 28 11:40:37 2015
New Revision: 387720
URL: https://svnweb.freebsd.org/changeset/ports/387720

Log:
  - Strip binary
  - Add LICENSE

Modified:
  head/chinese/qe/Makefile

Modified: head/chinese/qe/Makefile
==============================================================================
--- head/chinese/qe/Makefile	Thu May 28 11:40:30 2015	(r387719)
+++ head/chinese/qe/Makefile	Thu May 28 11:40:37 2015	(r387720)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qe
 PORTVERSION=	0.1.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	chinese
 MASTER_SITES=	http://www.cc.ncu.edu.tw/~center5/product/qe/ \
 		ftp://freebsd.sinica.edu.tw/pub/statue/qe/
@@ -11,10 +11,18 @@ MASTER_SITES=	http://www.cc.ncu.edu.tw/~
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	QE is a PE2-like editor program under U*nix
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 GNU_CONFIGURE=	yes
 USES=		gmake
 
 post-configure:
 	@${REINPLACE_CMD} -e '49s,-s,,' ${WRKSRC}/src/Makefile
 
+post-install:
+	${CHMOD} u+w ${STAGEDIR}${PREFIX}/bin/qe
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qe
+	${CHMOD} u-w ${STAGEDIR}${PREFIX}/bin/qe
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505281140.t4SBebdL071068>