From 974e3e5550551fd7bf4d9437491cf6e7e282763c Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Thu, 28 May 2015 11:40:37 +0000 Subject: - Strip binary - Add LICENSE --- chinese/qe/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'chinese') diff --git a/chinese/qe/Makefile b/chinese/qe/Makefile index 4f785475dff9..79cfc35ac905 100644 --- a/chinese/qe/Makefile +++ b/chinese/qe/Makefile @@ -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/~center5/product/qe/ \ 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 -- cgit