diff options
author | salo <salo@pkgsrc.org> | 2007-03-06 22:33:48 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2007-03-06 22:33:48 +0000 |
commit | a2f3843a2faa729a9d588fce4828d4dcaaff43c6 (patch) | |
tree | c813f25be45cc78b7538a8fd7534ba276fd84606 /chat/silc-server | |
parent | d5ad2d4ba971805887203c3de5fea9904b9f0584 (diff) | |
download | pkgsrc-a2f3843a2faa729a9d588fce4828d4dcaaff43c6.tar.gz |
delint.
Diffstat (limited to 'chat/silc-server')
-rw-r--r-- | chat/silc-server/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chat/silc-server/Makefile b/chat/silc-server/Makefile index 1180e1fd888..40249d58b6e 100644 --- a/chat/silc-server/Makefile +++ b/chat/silc-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2007/03/06 22:33:22 salo Exp $ +# $NetBSD: Makefile,v 1.54 2007/03/06 22:33:48 salo Exp $ # DISTNAME= silc-server-1.0.3 @@ -47,6 +47,8 @@ RCD_SCRIPT_SRC.silcd= ${FILESDIR}/silcd.sh RCD_SCRIPT_SRC.silcd= ${FILESDIR}/silcd.generic .endif +BUILD_DEFS+= VARBASE + OWN_DIRS_PERMS+= ${VARBASE}/log/silcd ${SILCD_USER} ${SILCD_GROUP} 0700 CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/${PKGBASE} @@ -76,7 +78,7 @@ SUBST_FILES.paths= motd.txt SUBST_SED.paths= -e 's,@PREFIX@,${PREFIX},' post-extract: - @${CP} ${FILESDIR}/motd.txt ${WRKSRC} + ${CP} ${FILESDIR}/motd.txt ${WRKSRC} post-install: ${INSTALL_DATA} ${WRKSRC}/motd.txt ${EGDIR}/motd.txt.default |