aboutsummaryrefslogtreecommitdiff
path: root/print/pkfonts240/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-12-01 03:06:49 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-12-01 03:06:49 +0000
commit555a3ebe6cdf7d9691773cd13c13503ad2fdffae (patch)
tree8b731a32ebffa1cf00831def0cd323e7ac45f8c5 /print/pkfonts240/Makefile
parentb84358bd6074f63917e478c7ba7a1f10f37db466 (diff)
downloadports-555a3ebe6cdf7d9691773cd13c13503ad2fdffae.tar.gz
ports-555a3ebe6cdf7d9691773cd13c13503ad2fdffae.zip
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.)
Notes
Notes: svn path=/head/; revision=14974
Diffstat (limited to 'print/pkfonts240/Makefile')
-rw-r--r--print/pkfonts240/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/print/pkfonts240/Makefile b/print/pkfonts240/Makefile
index b070e820085f..f65e783c30d6 100644
--- a/print/pkfonts240/Makefile
+++ b/print/pkfonts240/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:01 asami Exp $
+# $Id: Makefile,v 1.2 1998/11/08 09:36:50 asami Exp $
#
RESOLUTION= 240
-FILESDIR= ${.CURDIR}/../pkfonts300/files
-PKGDIR= ${.CURDIR}/../pkfonts300/pkg
+MASTERDIR= ${.CURDIR}/../pkfonts300
-.include "${.CURDIR}/../pkfonts300/Makefile"
+.include "${MASTERDIR}/Makefile"