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

Rene Ladan rene at FreeBSD.org
Wed Nov 20 10:44:20 UTC 2013


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
- at cwd %%KMODDIR%%
+ at cwd /%%KMODDIR%%
 %%KMODNAME%%.ko


More information about the svn-ports-head mailing list