summaryrefslogtreecommitdiff
path: root/news/nntpclnt/Makefile
diff options
context:
space:
mode:
authorkim <kim>1999-09-20 19:21:21 +0000
committerkim <kim>1999-09-20 19:21:21 +0000
commitaac0b05a6402b9e8527790a899e06a5a732fcc8f (patch)
treeebf7e2bf0424b357aaea037e6f8de18895b9d538 /news/nntpclnt/Makefile
parenta542fbd9c0e1a969cd725e5aec0ae50af3380d54 (diff)
downloadpkgsrc-aac0b05a6402b9e8527790a899e06a5a732fcc8f.tar.gz
Support for Solaris.
Diffstat (limited to 'news/nntpclnt/Makefile')
-rw-r--r--news/nntpclnt/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/news/nntpclnt/Makefile b/news/nntpclnt/Makefile
index 810ba59cb40..1a2ee6e56db 100644
--- a/news/nntpclnt/Makefile
+++ b/news/nntpclnt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1999/07/29 22:37:35 tron Exp $
+# $NetBSD: Makefile,v 1.8 1999/09/20 19:21:21 kim Exp $
#
DISTNAME= nntpclnt-1.6.1
@@ -11,8 +11,12 @@ CONFLICTS+= inn-*
ALL_TARGET= inews
+.include "../../mk/bsd.prefs.mk"
+
+CONFIG_SH= ${FILESDIR}/config.${OPSYS}.sh
+
do-configure:
- ${SED} -e s,@PREFIX@,${PREFIX}, ${FILESDIR}/config.sh >${WRKSRC}/config.sh
+ ${SED} -e s,@PREFIX@,${PREFIX}, ${CONFIG_SH} >${WRKSRC}/config.sh
@cd ${WRKSRC} && sh Makefile.SH && sh config.h.SH
post-build: