diff options
author | antoine <antoine@FreeBSD.org> | 2014-04-12 16:25:10 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-04-12 16:25:10 +0800 |
commit | 9448a4583a8af9175885304fde08b797c2d3a44c (patch) | |
tree | fd65bf533c5d8ed50bc2d0e78e03b11be41f1936 /multimedia/cuse4bsd-kmod | |
parent | 299b51e7e92b8e0ab2323003523de6215e428cc9 (diff) | |
download | freebsd-ports-gnome-9448a4583a8af9175885304fde08b797c2d3a44c.tar.gz freebsd-ports-gnome-9448a4583a8af9175885304fde08b797c2d3a44c.tar.zst freebsd-ports-gnome-9448a4583a8af9175885304fde08b797c2d3a44c.zip |
kld should not be stripped
With hat: portmgr
Diffstat (limited to 'multimedia/cuse4bsd-kmod')
-rw-r--r-- | multimedia/cuse4bsd-kmod/Makefile | 2 |
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> |