aboutsummaryrefslogtreecommitdiffstats
path: root/main/lua-subprocess/makefile.patch
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-12-29 16:29:16 +0000
committerTed Trask <ttrask01@yahoo.com>2014-12-29 16:30:25 +0000
commit7294a77184f6a64157bb7e7fb39eae911ab45bf7 (patch)
tree124070ac0653be485a249c149df63394a1ff04b8 /main/lua-subprocess/makefile.patch
parentbeea7418ac9442e6b5d94a047ebc6e1770e597d6 (diff)
downloadaports-7294a77184f6a64157bb7e7fb39eae911ab45bf7.tar.bz2
aports-7294a77184f6a64157bb7e7fb39eae911ab45bf7.tar.xz
main/lua-subprocess: update to 0.0.20141229
Diffstat (limited to 'main/lua-subprocess/makefile.patch')
-rw-r--r--main/lua-subprocess/makefile.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/main/lua-subprocess/makefile.patch b/main/lua-subprocess/makefile.patch
index 6ae43ec54f..6fa2b20597 100644
--- a/main/lua-subprocess/makefile.patch
+++ b/main/lua-subprocess/makefile.patch
@@ -9,13 +9,3 @@
subprocess.html: subprocess.txt
$(ASCIIDOC) $<
-@@ -36,7 +36,8 @@ clean:
-
- .PHONY: install
- install: subprocess.so
-- $(INSTALL) -m755 subprocess.so $(INSTALL_CMOD)/
-+ mkdir -p $(DESTDIR)$(INSTALL_CMOD)/
-+ $(INSTALL) -m755 subprocess.so $(DESTDIR)$(INSTALL_CMOD)/
-
- .PHONY: uninstall
- uninstall: