svn commit: r351078 - head/multimedia/cuse4bsd-kmod

Antoine Brodin antoine at FreeBSD.org
Sat Apr 12 08:25:11 UTC 2014


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>


More information about the svn-ports-all mailing list