diff options
author | agc <agc@pkgsrc.org> | 1998-04-15 10:38:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-04-15 10:38:15 +0000 |
commit | 258b808c9f6f683ca8810e74e4dce09adb0493fb (patch) | |
tree | 35307bbb1d53c1243684aaf33a30be9253e985bc /news/nntpclnt/Makefile | |
parent | 24d9d77786235d895f1e269ed5b2b85a91ef6987 (diff) | |
download | pkgsrc-258b808c9f6f683ca8810e74e4dce09adb0493fb.tar.gz |
Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
Diffstat (limited to 'news/nntpclnt/Makefile')
-rw-r--r-- | news/nntpclnt/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/news/nntpclnt/Makefile b/news/nntpclnt/Makefile index f04086c2af2..bab3f8c89d4 100644 --- a/news/nntpclnt/Makefile +++ b/news/nntpclnt/Makefile @@ -1,10 +1,4 @@ -# New ports collection Makefile for: nntpclnt -# Version required: 1.6.1 -# -# Date created: 25 March 1998 -# Whom: tv@netbsd.org -# -# $NetBSD: Makefile,v 1.3 1998/03/28 19:48:28 cjs Exp $ +# $NetBSD: Makefile,v 1.4 1998/04/15 10:38:41 agc Exp $ # DISTNAME= nntpclnt-1.6.1 @@ -33,4 +27,4 @@ do-install: ${INSTALL_DATA_DIR} ${PREFIX}/etc/nntp ${CAT} ${PKGDIR}/MESSAGE -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" |