diff options
author | pav <pav@FreeBSD.org> | 2009-01-09 00:58:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-09 00:58:29 +0800 |
commit | ba5f47c2c84b3b87ebf8f08136c1e3bc5cc63c70 (patch) | |
tree | 51d2c8c43cc8dd140fea00962cfcede46036c2bc /irc/ircd-hybrid-ru | |
parent | f95a6c3c6b85f91f02494514c9002fd03b73a2ab (diff) | |
download | freebsd-ports-gnome-ba5f47c2c84b3b87ebf8f08136c1e3bc5cc63c70.tar.gz freebsd-ports-gnome-ba5f47c2c84b3b87ebf8f08136c1e3bc5cc63c70.tar.zst freebsd-ports-gnome-ba5f47c2c84b3b87ebf8f08136c1e3bc5cc63c70.zip |
- No need to define USE_REINPLACE these days
Diffstat (limited to 'irc/ircd-hybrid-ru')
-rw-r--r-- | irc/ircd-hybrid-ru/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/irc/ircd-hybrid-ru/Makefile b/irc/ircd-hybrid-ru/Makefile index ae8f15a42e4e..d10f851b9e78 100644 --- a/irc/ircd-hybrid-ru/Makefile +++ b/irc/ircd-hybrid-ru/Makefile @@ -22,7 +22,6 @@ CONFLICTS= ircd-[0-9]* WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX} USE_OPENSSL= yes USE_BISON= build -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/ircd-hybrid-ru |