diff options
author | asami <asami@FreeBSD.org> | 1998-12-01 11:06:49 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-01 11:06:49 +0800 |
commit | c7a8a8ec7d045d5d6d4ee8f456963383f487af12 (patch) | |
tree | f75c559bb5a68ac07921a23a309ad2d01841ac7a /graphics/xv-m17n | |
parent | 18fdad96609d20643801ba5c91e8ad8838e01c45 (diff) | |
download | freebsd-ports-gnome-c7a8a8ec7d045d5d6d4ee8f456963383f487af12.tar.gz freebsd-ports-gnome-c7a8a8ec7d045d5d6d4ee8f456963383f487af12.tar.zst freebsd-ports-gnome-c7a8a8ec7d045d5d6d4ee8f456963383f487af12.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.)
Diffstat (limited to 'graphics/xv-m17n')
-rw-r--r-- | graphics/xv-m17n/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/xv-m17n/Makefile b/graphics/xv-m17n/Makefile index 508990e30c39..7e62157bd841 100644 --- a/graphics/xv-m17n/Makefile +++ b/graphics/xv-m17n/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/28 14:39:15 kuriyama Exp $ # PKGNAME= xv-m17n-3.10a @@ -11,9 +11,8 @@ CATEGORIES= 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_MULTILINGUAL @@ -30,4 +29,4 @@ do-install: fi @${LN} -sf ${PREFIX}/bin/xv-m17n ${PREFIX}/bin/xv -.include <${.CURDIR}/../../graphics/xv/Makefile> +.include "${MASTERDIR}/Makefile" |