summaryrefslogtreecommitdiff
path: root/japanese/mnews-gnspool/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 /japanese/mnews-gnspool/Makefile
parentAdd dependency to xpm. (diff)
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 'japanese/mnews-gnspool/Makefile')
-rw-r--r--japanese/mnews-gnspool/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/japanese/mnews-gnspool/Makefile b/japanese/mnews-gnspool/Makefile
index e8563254c3a3..5d48050fe2b5 100644
--- a/japanese/mnews-gnspool/Makefile
+++ b/japanese/mnews-gnspool/Makefile
@@ -3,17 +3,16 @@
# Date created: 23 Sep 1996
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/08/24 01:33:16 steve Exp $
#
PKGNAME= ja-mnews-gnspool-1.21
RUN_DEPENDS= gnspool:${PORTSDIR}/japanese/gn-gnspool
-FILESDIR= ${.CURDIR}/../mnews/files
-PKGDIR= ${.CURDIR}/../mnews/pkg
+MASTERDIR= ${.CURDIR}/../mnews
COMMENT= ${.CURDIR}/pkg/COMMENT
GNSPOOL= 1
-.include "../mnews/Makefile"
+.include "${MASTERDIR}/Makefile"