Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Apr 2014 08:25:10 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351078 - head/multimedia/cuse4bsd-kmod
Message-ID:  <201404120825.s3C8PAvh028549@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Apr 12 08:25:10 2014
New Revision: 351078
URL: http://svnweb.freebsd.org/changeset/ports/351078
QAT: https://qat.redports.org/buildarchive/r351078/

Log:
  kld should not be stripped
  
  With hat:	portmgr

Modified:
  head/multimedia/cuse4bsd-kmod/Makefile

Modified: head/multimedia/cuse4bsd-kmod/Makefile
==============================================================================
--- head/multimedia/cuse4bsd-kmod/Makefile	Sat Apr 12 08:05:13 2014	(r351077)
+++ head/multimedia/cuse4bsd-kmod/Makefile	Sat Apr 12 08:25:10 2014	(r351078)
@@ -2,6 +2,7 @@
 
 PORTNAME=	cuse4bsd-kmod
 PORTVERSION=	0.1.33
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	http://www.selasky.org/hans_petter/distfiles/ \
 		http://home.selasky.org:8192/distfiles/
@@ -36,7 +37,6 @@ MAKE_ARGS+=" HAVE_DEBUG=YES"
 
 do-install:
 	${SETENV} ${MAKE_ENV} DESTDIR="${STAGEDIR}" ${MAKE} -C ${WRKSRC} -f ${WRKSRC}/Makefile.lib ${PLIST_SUB} install
-	@${STRIP_CMD} ${WRKSRC}/${KMODNAME}.ko
 	${INSTALL_KLD} ${WRKSRC}/${KMODNAME}.ko ${STAGEDIR}${KMODDIR}
 
 .include <bsd.port.mk>



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