mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
74a07da4d0
. use USE_RC_SUBR. PR: ports/149880 Submitted by: bsam (me) Approved by: maintainer timeout (7+ weeks)
11 lines
855 B
Plaintext
11 lines
855 B
Plaintext
+++ 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)
|