Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Oct 1998 19:23:02 -0500 (CDT)
From:      Steve Price <sprice@hiwaay.net>
To:        "Jordan K. Hubbard" <jkh@time.cdrom.com>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: ports/graphics/xpm Makefile 
Message-ID:  <Pine.OSF.4.02.9810041917140.12829-100000@fly.HiWAAY.net>
In-Reply-To: <Pine.OSF.4.02.9810041859390.12829-100000@fly.HiWAAY.net>

next in thread | previous in thread | raw e-mail | index | archive | help

I think I've found the problem.  Try the following patch.

Thanks, Steve

--- bsdLib.rules.orig	Sun Oct  4 19:20:37 1998
+++ bsdLib.rules	Sun Oct  4 19:21:40 1998
@@ -190,11 +190,11 @@
 #define InstallSharedLibrary(libname,rev,dest)				@@\
 install:: Concat(lib,libname.so.rev) 					@@\
 	MakeDir($(DESTDIR)dest)						@@\
-	@T=`echo Concat(lib,libname.so.rev) | sed 's/\.[^\.]*$$//'`;\	@@\
+	@(T=`echo Concat(lib,libname.so.rev) | sed 's/\.[^\.]*$$//'`;\	@@\
 	  set -x;\							@@\
 	  $(INSTALL) $(INSTALLFLAGS) $(INSTBINFLAGS) Concat(lib,libname.so.rev) $(DESTDIR)dest/$$T;\	@@\
 	  $(RM) Concat($(DESTDIR)dest/lib,libname.so);\			@@\
-	  $(LN) $$T Concat($(DESTDIR)dest/lib,libname.so)
+	  $(LN) $$T Concat($(DESTDIR)dest/lib,libname.so))
 #endif /* InstallSharedLibrary */
 #endif /* FreeBSDArchitecture */
 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.4.02.9810041917140.12829-100000>