Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Nov 2013 10:44:20 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334408 - head/multimedia/cuse4bsd-kmod
Message-ID:  <201311201044.rAKAiKKO052919@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Wed Nov 20 10:44:20 2013
New Revision: 334408
URL: http://svnweb.freebsd.org/changeset/ports/334408

Log:
  Fix a typo causing the .ko file not to be installed.
  Bump PORTREVISION to force package to be rebuilt.
  
  Approved by:	hselasky (maintainer)

Modified:
  head/multimedia/cuse4bsd-kmod/Makefile
  head/multimedia/cuse4bsd-kmod/pkg-plist

Modified: head/multimedia/cuse4bsd-kmod/Makefile
==============================================================================
--- head/multimedia/cuse4bsd-kmod/Makefile	Wed Nov 20 10:36:08 2013	(r334407)
+++ head/multimedia/cuse4bsd-kmod/Makefile	Wed Nov 20 10:44:20 2013	(r334408)
@@ -2,6 +2,7 @@
 
 PORTNAME=	cuse4bsd-kmod
 PORTVERSION=	0.1.30
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	http://www.selasky.org/hans_petter/distfiles/ \
 		http://home.selasky.org:8192/distfiles/

Modified: head/multimedia/cuse4bsd-kmod/pkg-plist
==============================================================================
--- head/multimedia/cuse4bsd-kmod/pkg-plist	Wed Nov 20 10:36:08 2013	(r334407)
+++ head/multimedia/cuse4bsd-kmod/pkg-plist	Wed Nov 20 10:44:20 2013	(r334408)
@@ -22,5 +22,5 @@ man/man3/cuse_uninit.3.gz
 man/man3/cuse_vmalloc.3.gz
 man/man3/cuse_vmfree.3.gz
 man/man3/cuse_wait_and_process.3.gz
-@cwd %%KMODDIR%%
+@cwd /%%KMODDIR%%
 %%KMODNAME%%.ko



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