svn commit: r380727 - head/lang/ucc
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Mar 8 02:33:11 UTC 2015
Author: amdmi3
Date: Sun Mar 8 02:33:10 2015
New Revision: 380727
URL: https://svnweb.freebsd.org/changeset/ports/380727
QAT: https://qat.redports.org/buildarchive/r380727/
Log:
- Add LICENSE
- Strip binaries
Modified:
head/lang/ucc/Makefile
Modified: head/lang/ucc/Makefile
==============================================================================
--- head/lang/ucc/Makefile Sun Mar 8 02:33:10 2015 (r380726)
+++ head/lang/ucc/Makefile Sun Mar 8 02:33:10 2015 (r380727)
@@ -3,6 +3,7 @@
PORTNAME= ucc
PORTVERSION= 1.6.0
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= SF/${PORTNAME}/OldFiles
DISTNAME= ucc160
@@ -10,6 +11,9 @@ DISTNAME= ucc160
MAINTAINER= ports at FreeBSD.org
COMMENT= C Compiler Which Implements the ANSI C89 Standard
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/GPL.txt
+
USES= dos2unix zip
WRKSRC= ${WRKDIR}/${PORTNAME}
@@ -26,4 +30,7 @@ post-patch: .SILENT
${WRKSRC}/ucl/Makefile
${REINPLACE_CMD} -e 's#$${PREFIX}#${STAGEDIR}${PREFIX}#g' ${WRKSRC}/Makefile
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list