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/slrn/Makefile | |
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/slrn/Makefile')
-rw-r--r-- | news/slrn/Makefile | 5 |
1 files changed, 4 insertions, 1 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" |