1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/irc/srvx/files/patch-Makefile.in
Alexey Dokuchaev ca5125658c - Fix parallel (-jX) builds, drop vile MAKE_JOBS_UNSAFE
- Define LICENSE (GPLv2), move OPTIONS block down a bit
- Rename one option (PROTOCOL_BAHAMUT -> BAHAMUT)
- Drop an article from COMMENT, contract PORTDOCS
- Pad pkg-message display; do misc. cleanups while here
- Reformat port description; terminate WWW with a slash

Reported by:	marino
Approved by:	miwi, bapt (portmgr, implicit)
2013-08-22 08:27:03 +00:00

24 lines
582 B
Plaintext

--- Makefile.in.orig 2006-05-14 10:52:30.000000000 +0800
+++ Makefile.in 2013-08-22 16:08:40.000000000 +0800
@@ -186,6 +186,7 @@
SUBDIRS = @MY_SUBDIRS@
DIST_SUBDIRS = src rx
all: all-recursive
+ cp ./src/srvx $(srcdir)/src/*.help .
.SUFFIXES:
am--refresh:
@@ -601,12 +602,6 @@
mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
tags tags-recursive uninstall uninstall-am uninstall-info-am
-
-all: srvx
-
-srvx: src/srvx
- cp ./src/srvx $(srcdir)/src/*.help .
-
install-exec-local:
$(INSTALL) -d -m 755 $(prefix)
$(INSTALL) -m 744 ./src/srvx $(prefix)