From 555a3ebe6cdf7d9691773cd13c13503ad2fdffae Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 1 Dec 1998 03:06:49 +0000 Subject: Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denote that the port otherwise uses files from another port. (Note: support for FILE_DEPENDS is not in bsd.port.mk yet, so it's a no-op for now.) --- print/pkfonts118/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'print/pkfonts118') diff --git a/print/pkfonts118/Makefile b/print/pkfonts118/Makefile index c9754b3d1a29..ee6c3a00bab3 100644 --- a/print/pkfonts118/Makefile +++ b/print/pkfonts118/Makefile @@ -3,11 +3,10 @@ # Date created: 06 Nov 1998 # Whom: Satoshi Asami # -# $Id: Makefile,v 1.1 1998/11/07 10:50:00 asami Exp $ +# $Id: Makefile,v 1.2 1998/11/08 09:36:46 asami Exp $ # RESOLUTION= 118 -FILESDIR= ${.CURDIR}/../pkfonts300/files -PKGDIR= ${.CURDIR}/../pkfonts300/pkg +MASTERDIR= ${.CURDIR}/../pkfonts300 -.include "${.CURDIR}/../pkfonts300/Makefile" +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3