aboutsummaryrefslogtreecommitdiff
path: root/japanese/xv
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/xv
parentb84358bd6074f63917e478c7ba7a1f10f37db466 (diff)
downloadports-555a3ebe6cdf7d9691773cd13c13503ad2fdffae.tar.gz
ports-555a3ebe6cdf7d9691773cd13c13503ad2fdffae.zip
Notes
Diffstat (limited to 'japanese/xv')
-rw-r--r--japanese/xv/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/japanese/xv/Makefile b/japanese/xv/Makefile
index 48f18c4e7cf1..2639829f9cd3 100644
--- a/japanese/xv/Makefile
+++ b/japanese/xv/Makefile
@@ -3,7 +3,7 @@
# Date created: 07 Oct 1998
# Whom: Shigeyuki FUKUSHIMA (shige@kuis.kyoto-u.ac.jp)
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/10/27 22:06:53 kuriyama Exp $
#
PKGNAME= ja-xv-3.10a
@@ -11,9 +11,8 @@ CATEGORIES= japanese graphics
MAINTAINER= shige@kuis.kyoto-u.ac.jp
-# can't use PORTSDIR here, since we haven't included bsd.port.mk
-FILESDIR= ${.CURDIR}/../../graphics/xv/files
-PATCHDIR= ${.CURDIR}/../../graphics/xv/patches
+MASTERDIR= ${.CURDIR}/../../graphics/xv
+PKGDIR= ${.CURDIR}/pkg
MAKE_ENV= LOCALE_EXTENSION=-DTV_L10N
@@ -30,4 +29,4 @@ do-install:
fi
@${LN} -sf ${PREFIX}/bin/ja-xv ${PREFIX}/bin/xv
-.include <${.CURDIR}/../../graphics/xv/Makefile>
+.include "${MASTERDIR}/Makefile"