Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2015 23:22:24 +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: r387690 - head/lang/cmucl-extra
Message-ID:  <201505272322.t4RNMOLs005678@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed May 27 23:22:23 2015
New Revision: 387690
URL: https://svnweb.freebsd.org/changeset/ports/387690

Log:
  - Strip binary

Modified:
  head/lang/cmucl-extra/Makefile

Modified: head/lang/cmucl-extra/Makefile
==============================================================================
--- head/lang/cmucl-extra/Makefile	Wed May 27 23:22:18 2015	(r387689)
+++ head/lang/cmucl-extra/Makefile	Wed May 27 23:22:23 2015	(r387690)
@@ -3,6 +3,7 @@
 
 PORTNAME=	cmucl-extra
 PORTVERSION=	19c
+PORTREVISION=	1
 CATEGORIES=	lang lisp
 MASTER_SITES=	ftp://ftp.common-lisp.net/pub/project/cmucl/release/${PORTVERSION}/ \
 		http://www.pmsf.de/pub/cmucl/release/${PORTVERSION}/ \
@@ -23,5 +24,8 @@ NO_BUILD=	yes
 
 do-install:
 	(cd ${WRKDIR} && ${COPYTREE_SHARE} lib ${STAGEDIR}${PREFIX})
+	${CHMOD} u+w ${STAGEDIR}${PREFIX}/lib/cmucl/lib/motifd
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/cmucl/lib/motifd
+	${CHMOD} u-w ${STAGEDIR}${PREFIX}/lib/cmucl/lib/motifd
 
 .include <bsd.port.mk>



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