[csw-devel] SF.net SVN: gar:[15245] csw/mgar/pkg/tcl-bwidget/trunk/Makefile

khabermann at users.sourceforge.net khabermann at users.sourceforge.net
Tue Aug 2 16:23:08 CEST 2011


Revision: 15245
          http://gar.svn.sourceforge.net/gar/?rev=15245&view=rev
Author:   khabermann
Date:     2011-08-02 14:23:08 +0000 (Tue, 02 Aug 2011)

Log Message:
-----------
tcl-bwidget: use $(prefix) instead of /opt/csw

Modified Paths:
--------------
    csw/mgar/pkg/tcl-bwidget/trunk/Makefile

Modified: csw/mgar/pkg/tcl-bwidget/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tcl-bwidget/trunk/Makefile	2011-08-02 10:34:35 UTC (rev 15244)
+++ csw/mgar/pkg/tcl-bwidget/trunk/Makefile	2011-08-02 14:23:08 UTC (rev 15245)
@@ -25,10 +25,9 @@
 TEST_TARGET = 
 
 install-custom:
-	( TCL_INSTDIR=$(DESTDIR)/opt/csw/lib/tcl`echo 'puts $$tcl_version' | /opt/csw/bin/tclsh`/$(NAME)$(VERSION) ;\
+	( TCL_INSTDIR=$(DESTDIR)$(libdir)/tcl`echo 'puts $$tcl_version' | $(bindir)/tclsh`/$(NAME)$(VERSION) ;\
 	mkdir -p -m 755 $$TCL_INSTDIR ;\
 	cp -pr $(WORKSRC)/* $$TCL_INSTDIR )
 	$(MAKECOOKIE)
 
 include gar/category.mk
-


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