From 894214b30d876621e50980631872cd42b8f302f1 Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Fri, 13 Jan 2012 05:49:23 +0000 Subject: Do not create lua-specific directories, i.e. o) ${PREFIX}/lib/lua/5.1 o) ${PREFIX}/share/lua/5.1 and deinstall phase. Bump PORTREVISION. Notice from: pav --- devel/luajit/Makefile | 1 + devel/luajit/files/patch-Makefile | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/devel/luajit/Makefile b/devel/luajit/Makefile index f235dca635c3..f12d91e7bdf9 100644 --- a/devel/luajit/Makefile +++ b/devel/luajit/Makefile @@ -7,6 +7,7 @@ PORTNAME= luajit DISTVERSION= 2.0.0-beta9 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://luajit.org/download/ DISTNAME= LuaJIT-${DISTVERSION} diff --git a/devel/luajit/files/patch-Makefile b/devel/luajit/files/patch-Makefile index d18396187728..995433042e5c 100644 --- a/devel/luajit/files/patch-Makefile +++ b/devel/luajit/files/patch-Makefile @@ -1,5 +1,5 @@ --- Makefile.orig 2011-12-14 18:15:00.000000000 +0400 -+++ Makefile 2012-01-11 15:40:26.000000000 +0400 ++++ Makefile 2012-01-13 09:09:42.000000000 +0400 @@ -26,26 +26,27 @@ # Change the installation path as needed. This automatically adjusts # the paths in src/luaconf.h, too. Note: PREFIX must be an absolute path! @@ -32,15 +32,17 @@ INSTALL_DYLIBNAME= libluajit-$(NODOTABIVER).$(MAJVER).$(MINVER).$(RELVER).dylib INSTALL_DYLIBSHORT1= libluajit-$(NODOTABIVER).dylib INSTALL_DYLIBSHORT2= libluajit-$(NODOTABIVER).$(MAJVER).dylib -@@ -59,7 +60,7 @@ +@@ -59,8 +60,8 @@ INSTALL_TSYM= $(INSTALL_BIN)/$(INSTALL_TSYMNAME) INSTALL_PC= $(INSTALL_PKGCONFIG)/$(INSTALL_PCNAME) -INSTALL_DIRS= $(INSTALL_BIN) $(INSTALL_LIB) $(INSTALL_INC) $(INSTALL_MAN) \ +- $(INSTALL_PKGCONFIG) $(INSTALL_JITLIB) $(INSTALL_LMOD) $(INSTALL_CMOD) +INSTALL_DIRS= $(INSTALL_INC) \ - $(INSTALL_PKGCONFIG) $(INSTALL_JITLIB) $(INSTALL_LMOD) $(INSTALL_CMOD) ++ $(INSTALL_PKGCONFIG) $(INSTALL_JITLIB) RM= rm -f + MKDIR= mkdir -p @@ -105,10 +106,8 @@ $(RM) $(INSTALL_DYN) $(INSTALL_SHORT1) $(INSTALL_SHORT2) cd src && test -f $(FILE_SO) && \ -- cgit v1.2.3