svn commit: r344588 - head/textproc/flex
Johan van Selst
johans at FreeBSD.org
Sun Feb 16 15:55:38 UTC 2014
Author: johans
Date: Sun Feb 16 15:55:37 2014
New Revision: 344588
URL: http://svnweb.freebsd.org/changeset/ports/344588
QAT: https://qat.redports.org/buildarchive/r344588/
Log:
Add missing .la files to plist
Reported by: miwi
Modified:
head/textproc/flex/Makefile
head/textproc/flex/pkg-plist
Modified: head/textproc/flex/Makefile
==============================================================================
--- head/textproc/flex/Makefile Sun Feb 16 15:55:12 2014 (r344587)
+++ head/textproc/flex/Makefile Sun Feb 16 15:55:37 2014 (r344588)
@@ -2,6 +2,7 @@
PORTNAME= flex
PORTVERSION= 2.5.38
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}
Modified: head/textproc/flex/pkg-plist
==============================================================================
--- head/textproc/flex/pkg-plist Sun Feb 16 15:55:12 2014 (r344587)
+++ head/textproc/flex/pkg-plist Sun Feb 16 15:55:37 2014 (r344588)
@@ -2,9 +2,11 @@ bin/flex
bin/flex++
include/flex/FlexLexer.h
lib/libfl.a
-lib/libfl_pic.a
+lib/libfl.la
lib/libfl.so
lib/libfl.so.2
+lib/libfl_pic.a
+lib/libfl_pic.la
lib/libfl_pic.so
lib/libfl_pic.so.2
man/man1/flex.1.gz
More information about the svn-ports-all
mailing list