svn commit: r413195 - head/irc/irc
Jan Beich
jbeich at FreeBSD.org
Wed Apr 13 10:45:18 UTC 2016
Author: jbeich
Date: Wed Apr 13 10:45:16 2016
New Revision: 413195
URL: https://svnweb.freebsd.org/changeset/ports/413195
Log:
irc/irc: convert to CONFIGURE_OUTSOURCE
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D5818
Modified:
head/irc/irc/Makefile (contents, props changed)
Modified: head/irc/irc/Makefile
==============================================================================
--- head/irc/irc/Makefile Wed Apr 13 10:44:47 2016 (r413194)
+++ head/irc/irc/Makefile Wed Apr 13 10:45:16 2016 (r413195)
@@ -18,18 +18,16 @@ CONFLICTS_INSTALL= charybdis-[0-9]* ircd
USE_RC_SUBR= ircd
GNU_CONFIGURE= yes
+CONFIGURE_OUTSOURCE= yes
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/ircd
-BUILD_WRKSRC= ${WRKSRC}/build
-INSTALL_WRKSRC= ${BUILD_WRKSRC}
-CONFIGURE_WRKSRC= ${BUILD_WRKSRC}
+CONFIGURE_WRKSRC= ${WRKSRC}/build
+CONFIGURE_SCRIPT= support/configure
OPTIONS_DEFINE= IPV6
OPTIONS_DEFAULT=IPV6
IPV6_CONFIGURE_ENABLE= ipv6
-pre-configure:
- @${MKDIR} ${BUILD_WRKSRC}
- ${CP} -p ${WRKSRC}/support/configure ${BUILD_WRKSRC}
- ${CP} -p ${WRKSRC}/support/config.h.dist ${BUILD_WRKSRC}/config.h
+post-configure:
+ @${LN} -sf ${WRKSRC}/support/config.h.dist ${BUILD_WRKSRC}/config.h
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list