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 /misc/cal | |
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 'misc/cal')
-rw-r--r-- | misc/cal/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/misc/cal/Makefile b/misc/cal/Makefile index f7907756bfa..36624742638 100644 --- a/misc/cal/Makefile +++ b/misc/cal/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: cal -# Version required: 3.5 -# Date created: 2 April 1997 -# Whom: Andrey Zakhvatov <andy@icc.surw.chel.su> -# -# $NetBSD: Makefile,v 1.2 1997/10/24 00:47:42 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1998/04/15 10:38:34 agc Exp $ # FreeBSD Id: Makefile,v 1.5 1997/05/12 06:33:23 max Exp # @@ -27,4 +22,4 @@ do-install: if [ ! -f ${PREFIX}/etc/cal/calcol ]; then ${INSTALL_DATA} ${WRKDIR}/cal-3.5/cal.col ${PREFIX}/etc/cal/calcol; fi if [ ! -f ${PREFIX}/etc/cal/caldat ]; then ${INSTALL_DATA} ${WRKDIR}/cal-3.5/cal.dat ${PREFIX}/etc/cal/caldat; fi -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" |