[csw-devel] SF.net SVN: gar:[19544] csw/mgar/pkg/libsunperf/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Tue Oct 30 17:59:50 CET 2012
Revision: 19544
http://gar.svn.sourceforge.net/gar/?rev=19544&view=rev
Author: bdwalton
Date: 2012-10-30 16:59:49 +0000 (Tue, 30 Oct 2012)
Log Message:
-----------
libsunperf/trunk: correct a copy/paste error in pkgfiles splitting
Modified Paths:
--------------
csw/mgar/pkg/libsunperf/trunk/Makefile
Modified: csw/mgar/pkg/libsunperf/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libsunperf/trunk/Makefile 2012-10-30 16:55:14 UTC (rev 19543)
+++ csw/mgar/pkg/libsunperf/trunk/Makefile 2012-10-30 16:59:49 UTC (rev 19544)
@@ -29,7 +29,7 @@
SPKG_DESC_CSWlibsunperf2 = $(DESCRIPTION) v2 - i386
PKGFILES_CSWlibsunperf2 = $(libdir)/.*2
SPKG_DESC_CSWlibsunperf3 = $(DESCRIPTION) v3 - i386
-PKGFILES_CSWlibsunperf2 = $(libdir)/.*3
+PKGFILES_CSWlibsunperf3 = $(libdir)/.*3
FLIBS-sparc = libsunperf.so.7
FLIBS-i386 = libsunperf.so.2 libsunperf.so.3
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list