diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-06-18 03:49:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-06-18 03:49:55 +0000 |
commit | 6928fccd693fb0d12ee8abbd929c96e9e3744a39 (patch) | |
tree | 9e6052da51bbb139898b0ce2bd5aab5c6e7617e1 /lang/rexx-regina/files/patch-Makefile.in | |
parent | - Update to 1.0.29 (diff) |
- Update to 3.8
PR: 191095
Diffstat (limited to 'lang/rexx-regina/files/patch-Makefile.in')
-rw-r--r-- | lang/rexx-regina/files/patch-Makefile.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lang/rexx-regina/files/patch-Makefile.in b/lang/rexx-regina/files/patch-Makefile.in deleted file mode 100644 index 3b9a5bdb67e9..000000000000 --- a/lang/rexx-regina/files/patch-Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ -+++ Makefile.in 2010-08-22 12:54:40.000000000 +0400 -@@ -990,7 +990,7 @@ - $(INSTALL) -m 755 -c ./rxqueue$(binarybitprefix)$(EXE) $(DESTDIR)$(bindir)/rxqueue$(binarybitprefix)$(EXE) - $(INSTALL) -m 755 -c ./rxstack$(binarybitprefix)$(EXE) $(DESTDIR)$(bindir)/rxstack$(binarybitprefix)$(EXE) - $(INSTALL) -m 755 -c ./regina-config $(DESTDIR)$(bindir)/regina-config -- -$(INSTALL) -m 755 -c ./rxstack.init.d $(DESTDIR)$(sysconfdir)/rc.d/init.d/rxstack -+ #-$(INSTALL) -m 755 -c ./rxstack.init.d $(DESTDIR)$(sysconfdir)/rc.d/init.d/rxstack - @echo "The system startup/shutdown script; rxstack, may have been installed into $(sysconfdir)/rc.d/init.d" - @echo "You need to create the appropriate links to this script to start and stop rxstack automatically." - -$(INSTALL) -m 755 -c ./$(LIBPRE)$(LIBFILE)$(LIBPST) $(DESTDIR)$(libdir)/$(LIBPRE)$(LIBFILE)$(LIBPST) |