summaryrefslogtreecommitdiff
path: root/news/nntpclnt
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-07-14 10:56:15 +0000
committerfrueauf <frueauf>1998-07-14 10:56:15 +0000
commitd7272dd7a586f3b6c4b9244a4426d1a95a246771 (patch)
treeeaaacd3793a7798f41fc2b41ca1fa95c4725d22f /news/nntpclnt
parentc6c4b90837a587a5af2a40f4763713e92dd49a78 (diff)
downloadpkgsrc-d7272dd7a586f3b6c4b9244a4426d1a95a246771.tar.gz
cat ${PKGDIR}/MESSAGE in bsd.pkg.mk if it exists, don't do it in every
package Makefile.
Diffstat (limited to 'news/nntpclnt')
-rw-r--r--news/nntpclnt/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/news/nntpclnt/Makefile b/news/nntpclnt/Makefile
index 31cd58a87b5..e7291d9a249 100644
--- a/news/nntpclnt/Makefile
+++ b/news/nntpclnt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1998/06/22 13:00:14 agc Exp $
+# $NetBSD: Makefile,v 1.6 1998/07/14 10:56:16 frueauf Exp $
#
DISTNAME= nntpclnt-1.6.1
@@ -23,6 +23,5 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/libnntpclnt.a ${PREFIX}/lib/
${INSTALL_DATA} ${WRKSRC}/nntpclnt.3 ${PREFIX}/man/man3/
${INSTALL_DATA_DIR} ${PREFIX}/etc/nntp
- ${CAT} ${PKGDIR}/MESSAGE
.include "../../mk/bsd.pkg.mk"