1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

kld should not be stripped

With hat:	portmgr
This commit is contained in:
Antoine Brodin 2014-04-12 08:25:10 +00:00
parent 4d61f2c615
commit 7ee59279c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351078

View File

@ -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>