diff options
author | wiz <wiz@pkgsrc.org> | 2001-05-06 09:39:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-05-06 09:39:08 +0000 |
commit | ea3694283be5b6a072e90d21e4ed2b3e48bace7c (patch) | |
tree | da59f69e99afc712620a58cb7bc0f340ebe98327 /news | |
parent | 6ffb95fdcea157fbe273660822ee2ff34096965a (diff) | |
download | pkgsrc-ea3694283be5b6a072e90d21e4ed2b3e48bace7c.tar.gz |
Manually make slrnpull, and add it to PLIST.
Noted by Martin Ammermueller. Should close pkg/12542.
Diffstat (limited to 'news')
-rw-r--r-- | news/slrn/Makefile | 5 | ||||
-rw-r--r-- | news/slrn/pkg/PLIST | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index 58b3cdcdb8f..14087e2abaf 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/05/03 17:50:28 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2001/05/06 09:39:08 wiz Exp $ # DISTNAME= slrn-0.9.7.0a @@ -24,4 +24,7 @@ CONFIGURE_ARGS+= --without-X --disable-inews \ # together CONFIGURE_ENV+= INSTALL=/usr/bin/install +post-build: + cd ${WRKSRC} && make slrnpull + .include "../../mk/bsd.pkg.mk" diff --git a/news/slrn/pkg/PLIST b/news/slrn/pkg/PLIST index dae68050e38..4fd866a0222 100644 --- a/news/slrn/pkg/PLIST +++ b/news/slrn/pkg/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.5 2001/03/30 18:13:26 mjl Exp $ +@comment $NetBSD: PLIST,v 1.6 2001/05/06 09:39:08 wiz Exp $ bin/slrn +bin/slrnpull man/man1/slrn.1 share/doc/slrn/help.txt share/doc/slrn/INSTALL |