diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-22 19:11:30 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-22 19:11:30 +0000 |
commit | bfab3d0ab8c38ce2b9597c5aa0b7bc1a61828cfa (patch) | |
tree | c0cd88617ea2a5d21a7a639fcbaf5f9047ffb258 /editors/lazarus/files | |
parent | df62f52368ea1b422bdd1929a8211394db6dfa96 (diff) |
Notes
Diffstat (limited to 'editors/lazarus/files')
-rw-r--r-- | editors/lazarus/files/patch-Makefile | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/editors/lazarus/files/patch-Makefile b/editors/lazarus/files/patch-Makefile index 653934c363af..93fa4b0a3e08 100644 --- a/editors/lazarus/files/patch-Makefile +++ b/editors/lazarus/files/patch-Makefile @@ -1,12 +1,6 @@ ---- Makefile Sun Jul 23 00:46:54 2006 -+++ Makefile Sun Jul 23 00:54:26 2006 -@@ -232,12 +232,12 @@ - override PACKAGE_NAME=lazarus - override PACKAGE_VERSION=0.9b - RCPP?=$(strip $(firstword cpp$(SRCEXEEXT))) --LAZARUS_INSTALL_DIR=/usr/share/lazarus -+LAZARUS_INSTALL_DIR=%%DATADIR%% - ifneq ($(findstring $(OS_TARGET),win32 win64),) +--- Makefile Fri Sep 15 03:55:16 2006 ++++ Makefile Fri Sep 22 00:40:31 2006 +@@ -238,7 +238,7 @@ LAZARUS_INSTALL_DIR=C:\lazarus endif ifneq ($(findstring $(OS_TARGET),freebsd),) @@ -15,10 +9,3 @@ endif ifeq ($(FULL_TARGET),i386-linux) override TARGET_DIRS+=lcl components packager/registration ideintf designer packager -@@ -3759,5 +3759,5 @@ - $(COPYTREE) . $(LAZARUS_INSTALL_DIR) - ifeq ($(OS_TARGET),win32) - else -- ln -sf $(LAZARUS_INSTALL_DIR)/lazarus /usr/bin/lazarus -+ ln -sf $(LAZARUS_INSTALL_DIR)/lazarus %%LOCALBASE%%/bin/lazarus - endif |