- SEPARATE_BUILD= Yes -> concurrent
- make the man page filename consistent with the binary name of the program
This commit is contained in:
parent
7c692f5413
commit
3bb18dea1c
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2000/03/26 09:55:32 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2000/04/21 20:03:39 brad Exp $
|
||||
# $FreeBSD: Makefile,v 1.15 1998/01/25 20:40:00 torstenb Exp $
|
||||
|
||||
DISTNAME= ircii-4.4S
|
||||
@ -15,11 +15,14 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
FAKE= Yes
|
||||
|
||||
SEPARATE_BUILD= Yes
|
||||
SEPARATE_BUILD= concurrent
|
||||
GNU_CONFIGURE= Yes
|
||||
CONFIGURE_ARGS= --enable-ipv6
|
||||
|
||||
FAKE_FLAGS= DESTDIR="${WRKINST}" \
|
||||
INSTALL="${INSTALL_PROGRAM}" INSTALL_DATA="${INSTALL_DATA}"
|
||||
|
||||
post-extract:
|
||||
@cd ${WRKSRC}/doc; mv ircII.1 irc.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Makefile.in.orig Thu Mar 16 06:32:18 2000
|
||||
+++ Makefile.in Sun Mar 26 04:21:30 2000
|
||||
+++ Makefile.in Fri Apr 21 09:46:00 2000
|
||||
@@ -61,7 +61,7 @@
|
||||
|
||||
DESTDIR =
|
||||
@ -18,3 +18,12 @@
|
||||
|
||||
installscript: installdirs
|
||||
( \
|
||||
@@ -245,7 +245,7 @@
|
||||
find $(HELP_DIR) -type f -print | xargs chmod a+r
|
||||
|
||||
installman:
|
||||
- cd $(topdir)/doc; for i in ircII.1 ircbug.1; do $(INSTALL_DATA) $$i $(mandir); done
|
||||
+ cd $(topdir)/doc; for i in irc.1 ircbug.1; do $(INSTALL_DATA) $$i $(mandir); done
|
||||
|
||||
# not sure about installing this one yet.
|
||||
# $(INSTALL_DATA) $(topdir)/doc/query-pr.1 $(mandir)
|
||||
|
@ -4,7 +4,7 @@ bin/ircbug
|
||||
bin/ircflush
|
||||
bin/ircio
|
||||
bin/wserv
|
||||
man/man1/ircII.1
|
||||
man/man1/irc.1
|
||||
man/man1/ircbug.1
|
||||
share/irc/help/!
|
||||
share/irc/help/.date
|
||||
|
Loading…
Reference in New Issue
Block a user