diff options
author | tron <tron@pkgsrc.org> | 1999-07-29 20:27:19 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-07-29 20:27:19 +0000 |
commit | ab2fbe1d562942eb2d89d08f7000b23871b4039b (patch) | |
tree | 544ef7c74d8df801fe489818a8a0d539e09761e8 /news/inn/Makefile | |
parent | 22e7d6bbebe6af99a6fb9638ec2839531f739b81 (diff) | |
download | pkgsrc-ab2fbe1d562942eb2d89d08f7000b23871b4039b.tar.gz |
Install INN binaries to "${LOCALBASE}/libexec/inn". Only "inews" is
linked to "${LOCALBASE}/bin". Fixes PR pkg/8110 by Wolfgang Rupprecht.
Diffstat (limited to 'news/inn/Makefile')
-rw-r--r-- | news/inn/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile index 88d35165a88..b31b7a4c625 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/07/26 20:56:23 tron Exp $ +# $NetBSD: Makefile,v 1.8 1999/07/29 20:27:19 tron Exp $ DISTNAME= inn-2.2 CATEGORIES= news @@ -41,9 +41,10 @@ post-build: .endfor pre-install: - ${MKDIR} ${INN_DATA_DIR} ${PREFIX}/etc/nntp + ${MKDIR} ${INN_DATA_DIR} ${PREFIX}/etc/nntp ${PREFIX}/libexec/inn post-install: + ${LN} -s ../libexec/inn/inews ${PREFIX}/bin/inews ${MKDIR} ${PREFIX}/share/examples/inn for FILE in `ls -1 ${WRKSRC}/samples/* | \ ${EGREP} -v '\.(in|orig)$'`; do \ |