diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-07-05 03:26:49 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-07-05 03:26:49 +0000 |
commit | 1578b4da52621dbff8f6ad3d1d5c4dd7332d7c16 (patch) | |
tree | 90897b73059e43b180520004d8a9031bab37b29b /japanese | |
parent | 7caac68647e4f2f40c274844e616083892b39396 (diff) |
Notes
Diffstat (limited to 'japanese')
-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 |