diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 14:43:36 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 14:43:36 +0800 |
commit | 0704d13331bd26c9b4b3a9fa6fcd06ff780d18ef (patch) | |
tree | 6ac6f8d352b98439f8ec9bae082781c2b8c6de82 | |
parent | ae440d0a05b6ac3beeab717cf6db606d8553b0ea (diff) | |
download | freebsd-ports-gnome-0704d13331bd26c9b4b3a9fa6fcd06ff780d18ef.tar.gz freebsd-ports-gnome-0704d13331bd26c9b4b3a9fa6fcd06ff780d18ef.tar.zst freebsd-ports-gnome-0704d13331bd26c9b4b3a9fa6fcd06ff780d18ef.zip |
(This log was supposed to go with www/w3m/pkg/PLIST.ja.)
Rename PLIST.ja to pkg-plist.ja.
-rw-r--r-- | japanese/w3m-ssl/Makefile | 2 | ||||
-rw-r--r-- | japanese/w3m/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/japanese/w3m-ssl/Makefile b/japanese/w3m-ssl/Makefile index 922080f36f76..2a1f310c6d51 100644 --- a/japanese/w3m-ssl/Makefile +++ b/japanese/w3m-ssl/Makefile @@ -10,7 +10,7 @@ CATEGORIES= japanese MASTERDIR= ${.CURDIR}/../../www/w3m PKGDIR= ${.CURDIR}/pkg -PLIST= ${MASTERDIR}/pkg/PLIST.ja +PLIST= ${MASTERDIR}/pkg-plist.ja JAPANESE= Yes USE_OPENSSL= YES diff --git a/japanese/w3m/Makefile b/japanese/w3m/Makefile index b00800cbb100..be9f844e87b2 100644 --- a/japanese/w3m/Makefile +++ b/japanese/w3m/Makefile @@ -9,7 +9,7 @@ CATEGORIES= japanese MASTERDIR= ${.CURDIR}/../../www/w3m PKGDIR= ${.CURDIR}/pkg -PLIST= ${MASTERDIR}/pkg/PLIST.ja +PLIST= ${MASTERDIR}/pkg-plist.ja JAPANESE= Yes |