aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-04-12 16:25:10 +0800
committerAntoine Brodin <antoine@FreeBSD.org>2014-04-12 16:25:10 +0800
commit7ee59279c5b766310b125bfca690c8a9d18c4151 (patch)
treefd65bf533c5d8ed50bc2d0e78e03b11be41f1936 /multimedia
parent4d61f2c6152acb8d0a71473f2131865338f8f19f (diff)
downloadfreebsd-ports-gnome-7ee59279c5b766310b125bfca690c8a9d18c4151.tar.gz
freebsd-ports-gnome-7ee59279c5b766310b125bfca690c8a9d18c4151.tar.zst
freebsd-ports-gnome-7ee59279c5b766310b125bfca690c8a9d18c4151.zip
kld should not be stripped
With hat: portmgr
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/cuse4bsd-kmod/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/cuse4bsd-kmod/Makefile b/multimedia/cuse4bsd-kmod/Makefile
index 8f82fff0dfc1..cd73bb737bf0 100644
--- a/multimedia/cuse4bsd-kmod/Makefile
+++ b/multimedia/cuse4bsd-kmod/Makefile
@@ -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>