diff options
author | asami <asami@FreeBSD.org> | 1998-06-27 17:24:28 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-06-27 17:24:28 +0800 |
commit | b034f3ceaa7441f9c7ddb38f94e1f8409b8e9761 (patch) | |
tree | 46d751b2ffbf7af6f429cf5ea1217272791b3294 /japanese | |
parent | 0f35a7ef65285be775ea00fccb55b2c463f83353 (diff) | |
download | freebsd-ports-gnome-b034f3ceaa7441f9c7ddb38f94e1f8409b8e9761.tar.gz freebsd-ports-gnome-b034f3ceaa7441f9c7ddb38f94e1f8409b8e9761.tar.zst freebsd-ports-gnome-b034f3ceaa7441f9c7ddb38f94e1f8409b8e9761.zip |
Typo (PORTSDIRS -> PORTSDIR).
Found by: make index
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/platex-jis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/platex-jis/Makefile b/japanese/platex-jis/Makefile index d026dca145ad..6333612dcf82 100644 --- a/japanese/platex-jis/Makefile +++ b/japanese/platex-jis/Makefile @@ -3,7 +3,7 @@ # Date created: 05 Oct 1997 # Whom: Masafumi NAKANE <max@FreeBSD.ORG> # -# $Id: Makefile,v 1.6 1998/02/22 21:55:15 max Exp $ +# $Id: Makefile,v 1.7 1998/06/24 02:52:54 max Exp $ # DISTNAME= pl19980217j @@ -18,7 +18,7 @@ MAINTAINER= max@FreeBSD.ORG BUILD_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-jis \ platex-common:${PORTSDIR}/japanese/platex-common \ - nkf:${PORTSDIRS}/japanese/nkf + nkf:${PORTSDIR}/japanese/nkf RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-jis \ platex-common:${PORTSDIR}/japanese/platex-common |