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
commit714257b6afb8ab51421a0e7cfc30e531143e198a (patch)
treeeaaacd3793a7798f41fc2b41ca1fa95c4725d22f /news/nntpclnt
parentc29cddbefec23421358d21f9cf6bccb7d7842a38 (diff)
downloadpkgsrc-714257b6afb8ab51421a0e7cfc30e531143e198a.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"