diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-04-26 09:50:24 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-04-26 09:50:24 +0000 |
commit | ab5bb3f8b1f311229324fda9e2334a1816a7ee3d (patch) | |
tree | 6a6315b6aa7f3b4b64bbeee7d707fffc79aadbd5 /net/tinyfugue/Makefile | |
parent | 1bef3ce69a74d72867073def443a186e6ded87aa (diff) | |
download | pkgsrc-ab5bb3f8b1f311229324fda9e2334a1816a7ee3d.tar.gz |
portlint: remove FreeBSD Header, use relative path for bsd.pkg.mk,
s/MAN/MAN1.
Diffstat (limited to 'net/tinyfugue/Makefile')
-rw-r--r-- | net/tinyfugue/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/net/tinyfugue/Makefile b/net/tinyfugue/Makefile index 1c0c05b3075..a1c923bbdff 100644 --- a/net/tinyfugue/Makefile +++ b/net/tinyfugue/Makefile @@ -1,11 +1,5 @@ -# $NetBSD: Makefile,v 1.2 1998/04/26 05:57:40 mrg Exp $ - -# New ports collection makefile for: tinyfugue -# Version required: 4.0a6 -# Date created: 4 January 1997 -# Whom: mike@binghamton.edu -# -# from: Id: Makefile,v 1.8 1998/04/11 04:21:19 jseger Exp +# $NetBSD: Makefile,v 1.3 1998/04/26 09:50:24 frueauf Exp $ +# FreeBSD Id: Makefile,v 1.8 1998/04/11 04:21:19 jseger Exp # DISTNAME= tf-40a6 @@ -16,11 +10,11 @@ MASTER_SITES= ftp://tf.tcp.com/pub/tinyfugue/ \ MAINTAINER= packages@NetBSD.ORG -MAN= tf.1 +MAN1= tf.1 MAKEFILE= ${WRKSRC}/unix/Makefile ALL_TARGET= ${MAKE_ARGS} all INSTALL_TARGET= ${MAKE_ARGS} install MAKE_ARGS= TFVER=${DISTNAME:S/^tf-//} -.include <bsd.pkg.mk> +.include "../../mk/bsd.pkg.mk" |