diff options
author | asami <asami@FreeBSD.org> | 1999-07-05 11:26:49 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-07-05 11:26:49 +0800 |
commit | f1fed4ea147b4c15e25b261310b058c2c63e6ad3 (patch) | |
tree | b27c830bb60b672990de660b2a428fda96f49034 /japanese/lynx/Makefile | |
parent | 4be990f04f02d3a5b76e1beeb77c6843e9802bdf (diff) | |
download | freebsd-ports-gnome-f1fed4ea147b4c15e25b261310b058c2c63e6ad3.tar.gz freebsd-ports-gnome-f1fed4ea147b4c15e25b261310b058c2c63e6ad3.tar.zst freebsd-ports-gnome-f1fed4ea147b4c15e25b261310b058c2c63e6ad3.zip |
Fix typo in *_DEPENDS lines (arhivers -> archivers).
Diffstat (limited to 'japanese/lynx/Makefile')
-rw-r--r-- | japanese/lynx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/lynx/Makefile b/japanese/lynx/Makefile index fbb6926bdff3..3d6d32d88c13 100644 --- a/japanese/lynx/Makefile +++ b/japanese/lynx/Makefile @@ -3,7 +3,7 @@ # Date created: 10 August 1998 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1999/02/28 08:22:24 shige Exp $ +# $Id: Makefile,v 1.4 1999/07/04 13:51:00 shige Exp $ # DISTNAME= lynx2.8.2rel.1 @@ -28,8 +28,8 @@ PLIST_SUB= DOCDIR=${L_DOCDIR} HELPDIR=${L_HELPDIR} \ INSTALL_TARGET= install install-help MAN1= lynx.1 -RUN_DEPENDS= unzip:${PORTSDIR}/arhivers/unzip \ - zip:${PORTSDIR}/arhivers/zip +RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \ + zip:${PORTSDIR}/archivers/zip L_ETCDIR= etc L_DOCDIR= share/doc/lynx |