[csw-devel] SF.net SVN: gar:[19176] csw/mgar/pkg/tk85/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Sep 10 13:44:06 CEST 2012
Revision: 19176
http://gar.svn.sourceforge.net/gar/?rev=19176&view=rev
Author: dmichelsen
Date: 2012-09-10 11:44:06 +0000 (Mon, 10 Sep 2012)
Log Message:
-----------
tk85/trunk: Fix symlink to wish, enable isaexec
Modified Paths:
--------------
csw/mgar/pkg/tk85/trunk/Makefile
Modified: csw/mgar/pkg/tk85/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tk85/trunk/Makefile 2012-09-08 22:09:05 UTC (rev 19175)
+++ csw/mgar/pkg/tk85/trunk/Makefile 2012-09-10 11:44:06 UTC (rev 19176)
@@ -66,6 +66,7 @@
UFILES_REGEX = $(NAME)(\d+(?:\.\d+)*)-src.tar.gz
BUILD64 = 1
+ISAEXEC = 1
WORKSRC = $(WORKDIR)/$(DISTNAME)/unix
@@ -83,27 +84,10 @@
pre-configure-modulated:
- @(cd $(WORKSRC) ; cp -p ../license.terms .)
+ (cd $(WORKSRC) ; cp -p ../license.terms .)
@$(MAKECOOKIE)
-post-install-isa-i386:
+post-install-modulated:
@echo Creating link to wish8.5
- ln -s wish8.5 $(INSTALLISADIR)/$(bindir)/wish
+ ln -s wish8.5 $(DESTDIR)$(bindir)/wish
@$(MAKECOOKIE)
-
-post-install-isa-amd64:
- @# Need to manually create symlink to latest version
- @echo Creating link to wish8.5
- ln -s wish8.5 $(INSTALLISADIR)/$(bindir)/wish
- @$(MAKECOOKIE)
-
-post-install-isa-sparcv8:
- @echo Creating link to wish8.5
- ln -s wish8.5 $(INSTALLISADIR)/$(bindir)/wish
- @$(MAKECOOKIE)
-
-post-install-isa-sparcv9:
- @# Need to manually create symlink to latest version
- @echo Creating link to wish8.5
- ln -s wish8.5 $(INSTALLISADIR)/$(bindir)/wish
- @$(MAKECOOKIE)
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