svn commit: r379869 - head/lang/rexx-wrapper

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Feb 25 01:46:27 UTC 2015


Author: amdmi3
Date: Wed Feb 25 01:46:26 2015
New Revision: 379869
URL: https://svnweb.freebsd.org/changeset/ports/379869
QAT: https://qat.redports.org/buildarchive/r379869/

Log:
  - Add LICENSE
  - Strip binary

Modified:
  head/lang/rexx-wrapper/Makefile

Modified: head/lang/rexx-wrapper/Makefile
==============================================================================
--- head/lang/rexx-wrapper/Makefile	Wed Feb 25 01:46:20 2015	(r379868)
+++ head/lang/rexx-wrapper/Makefile	Wed Feb 25 01:46:26 2015	(r379869)
@@ -11,6 +11,9 @@ DISTNAME=	RexxWrapper-${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Tool that wraps Rexx source or tokenised code into an executable
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 BUILD_DEPENDS=	rexx:${PORTSDIR}/lang/rexx-regina
 RUN_DEPENDS=	rexx:${PORTSDIR}/lang/rexx-regina
 
@@ -26,4 +29,7 @@ post-patch:	.SILENT
 		${WRKSRC}/rexxwrap.cmd
 	@${REINPLACE_CMD} 's/-compiler=$$(CC/&:T/' ${WRKSRC}/Makefile.in
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rexxwrapper
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list