diff options
author | asami <asami@FreeBSD.org> | 1998-12-01 03:06:49 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-01 03:06:49 +0000 |
commit | c7a8a8ec7d045d5d6d4ee8f456963383f487af12 (patch) | |
tree | f75c559bb5a68ac07921a23a309ad2d01841ac7a /print/pkfonts118/Makefile | |
parent | 18fdad96609d20643801ba5c91e8ad8838e01c45 (diff) | |
download | FreeBSD-ports-c7a8a8ec7d045d5d6d4ee8f456963383f487af12.zip FreeBSD-ports-c7a8a8ec7d045d5d6d4ee8f456963383f487af12.tar.gz |
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.)
Diffstat (limited to 'print/pkfonts118/Makefile')
-rw-r--r-- | print/pkfonts118/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/print/pkfonts118/Makefile b/print/pkfonts118/Makefile index c9754b3..ee6c3a00 100644 --- a/print/pkfonts118/Makefile +++ b/print/pkfonts118/Makefile @@ -3,11 +3,10 @@ # Date created: 06 Nov 1998 # Whom: Satoshi Asami <asami@freebsd.org> # -# $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" |