diff options
author | Will Andrews <will@FreeBSD.org> | 2003-06-25 04:55:03 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-06-25 04:55:03 +0000 |
commit | 0021ab72bbccb9c3098a2fac8739d9430b04a879 (patch) | |
tree | d12dddbd0976a8090c12f8d30b3ef5e840aaadfa /korean | |
parent | Frerich doesn't use FreeBSD anymore. Preemptively assign two of his ports (diff) |
Fix issues with the PGPLIB change made some time ago (broken alpha build,
broken language pgp ports).
Nagged by: kris
Notes
Notes:
svn path=/head/; revision=83568
Diffstat (limited to 'korean')
-rw-r--r-- | korean/pgp.language/Makefile | 2 | ||||
-rw-r--r-- | korean/pgp.language/pkg-plist | 20 |
2 files changed, 11 insertions, 11 deletions
diff --git a/korean/pgp.language/Makefile b/korean/pgp.language/Makefile index 4d835a6d4d95..bb3870523936 100644 --- a/korean/pgp.language/Makefile +++ b/korean/pgp.language/Makefile @@ -27,7 +27,7 @@ PGP_LANGUAGE= korean PGP_LANG= ko PGP_CHARSET= noconv -PGPLIB= ${PREFIX}/lib/pgp +PGPLIB= ${PREFIX}/share/pgp OBJS= language.txt ${PGP_LANG}.hlp README.${PGP_LANG} \ ${PGP_LANG}2.hlp diff --git a/korean/pgp.language/pkg-plist b/korean/pgp.language/pkg-plist index f96cc699f7ac..7238a607e50c 100644 --- a/korean/pgp.language/pkg-plist +++ b/korean/pgp.language/pkg-plist @@ -1,12 +1,12 @@ -lib/pgp/ko.hlp -lib/pgp/ko2.hlp -lib/pgp/README.ko -lib/pgp/voca.txt -lib/pgp/dict.txt -@exec mv %D/lib/pgp/config.txt %D/lib/pgp/config.txt.bak -lib/pgp/config.txt +share/pgp/ko.hlp +share/pgp/ko2.hlp +share/pgp/README.ko +share/pgp/voca.txt +share/pgp/dict.txt +@exec mv %D/share/pgp/config.txt %D/share/pgp/config.txt.bak +share/pgp/config.txt @unexec mv %D/%F.bak %D/%F -@exec mv %D/lib/pgp/language.txt %D/lib/pgp/language.txt.bak -lib/pgp/language.txt +@exec mv %D/share/pgp/language.txt %D/share/pgp/language.txt.bak +share/pgp/language.txt @unexec mv %D/%F.bak %D/%F -lib/pgp/language.idx +share/pgp/language.idx |