diff options
author | obache <obache@pkgsrc.org> | 2014-11-02 05:35:39 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-11-02 05:35:39 +0000 |
commit | 420f91e96119177649ebbd31a971424c5c928fe6 (patch) | |
tree | 155e3ba19e08483586be096671c334e86ab801df /chat/unrealircd/Makefile | |
parent | 37d62862576a739fadab686785d2076b00f37a80 (diff) | |
download | pkgsrc-420f91e96119177649ebbd31a971424c5c928fe6.tar.gz |
Fixes unusual MESSAGE_SRC usage.
Diffstat (limited to 'chat/unrealircd/Makefile')
-rw-r--r-- | chat/unrealircd/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/chat/unrealircd/Makefile b/chat/unrealircd/Makefile index 9994406c7ac..3ed224fbe2d 100644 --- a/chat/unrealircd/Makefile +++ b/chat/unrealircd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2014/02/12 23:17:37 tron Exp $ +# $NetBSD: Makefile,v 1.40 2014/11/02 05:35:39 obache Exp $ DISTNAME= Unreal3.2.10.1 PKGNAME= ${DISTNAME:tl:S/l/lircd-/1} @@ -72,7 +72,7 @@ PKG_HOME.${UIRCD_USER}= ${UIRCD_HOME} RCD_SCRIPTS= unrealircd -MESSAGE_SRC+= ${WRKDIR}/.MESSAGE_SRC +MESSAGE_SRC+= MESSAGE MESSAGE_SUBST+= UIRCD_HOME=${UIRCD_HOME:Q} FILES_SUBST+= UIRCD_HOME=${UIRCD_HOME:Q} FILES_SUBST+= UIRCD_USER=${UIRCD_USER:Q} @@ -110,12 +110,6 @@ CFLAGS.SunOS+= -DUSE_LOCALE .include "../../mk/pthread.buildlink3.mk" .include "../../devel/tre/buildlink3.mk" -post-build: - ${CP} ${PKGDIR:Q}/MESSAGE ${WRKDIR:Q}/.MESSAGE_SRC -.if !empty(PKG_OPTIONS:Minet6) - ${CP} ${PKGDIR:Q}/MESSAGE.inet6 ${WRKDIR:Q}/.MESSAGE_SRC.inet6 -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC:Q}/src/ircd ${DESTDIR}${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC:Q}/aliases/*.conf \ |