Date: Fri, 29 Aug 2014 08:01:14 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366465 - head/devel/sdlskk Message-ID: <201408290801.s7T81EEi097768@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Fri Aug 29 08:01:13 2014 New Revision: 366465 URL: http://svnweb.freebsd.org/changeset/ports/366465 QAT: https://qat.redports.org/buildarchive/r366465/ Log: Fix plist. This fixes devel/ruby-sdl. Reported by: antoine Modified: head/devel/sdlskk/Makefile Modified: head/devel/sdlskk/Makefile ============================================================================== --- head/devel/sdlskk/Makefile Fri Aug 29 07:18:10 2014 (r366464) +++ head/devel/sdlskk/Makefile Fri Aug 29 08:01:13 2014 (r366465) @@ -3,7 +3,7 @@ PORTNAME= sdlskk PORTVERSION= 0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel graphics ruby MASTER_SITES= http://www.kmc.gr.jp/~ohai/sdlskk/ DIST_SUBDIR= ruby @@ -21,9 +21,9 @@ USE_LDCONFIG= yes PLIST_FILES= include/SDL/sdlskk.h \ lib/libSDLSKK.a \ + lib/libSDLSKK.so \ lib/libSDLSKK.so.2 \ lib/libSDLSKK.so.2.0.0 -PLIST_DIRSTRY= include/SDL PORTDOCS= AUTHORS NEWS README README.ja
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408290801.s7T81EEi097768>