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 /mail/pine | |
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 'mail/pine')
-rw-r--r-- | mail/pine/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/mail/pine/Makefile b/mail/pine/Makefile index 000e95c6bce..d98b1203e7c 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,10 +1,4 @@ -# New ports collection makefile for: pine -# http://www.washington.edu/pine/ -# Version required: 3.96 -# Date created: 03 September 1994 -# Whom: mr -# -# $NetBSD: Makefile,v 1.9 1998/03/19 02:32:29 cjs Exp $ +# $NetBSD: Makefile,v 1.10 1998/04/15 10:38:31 agc Exp $ # FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp # # Note: If you want to have pine's default behaviour of not allowing @@ -58,4 +52,4 @@ post-install: cd ${WRKSRC} && \ ${INSTALL_DATA} doc/tech-notes.txt ${PREFIX}/share/doc/pine -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" |