diff options
author | pav <pav@FreeBSD.org> | 2004-02-29 20:36:51 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-02-29 20:36:51 +0800 |
commit | a7742155518ffdbff8a58ee6de4b217570e9e70d (patch) | |
tree | 926ea9d8d9da48858acc6c26e22ec97109a818f7 /textproc/stardict3 | |
parent | 94bee675374223755ac9750a81477ef4a1d512a9 (diff) | |
download | freebsd-ports-gnome-a7742155518ffdbff8a58ee6de4b217570e9e70d.tar.gz freebsd-ports-gnome-a7742155518ffdbff8a58ee6de4b217570e9e70d.tar.zst freebsd-ports-gnome-a7742155518ffdbff8a58ee6de4b217570e9e70d.zip |
- Add pkg-message pointing user to ports with dictionary files
Diffstat (limited to 'textproc/stardict3')
-rw-r--r-- | textproc/stardict3/Makefile | 3 | ||||
-rw-r--r-- | textproc/stardict3/pkg-message | 9 |
2 files changed, 12 insertions, 0 deletions
diff --git a/textproc/stardict3/Makefile b/textproc/stardict3/Makefile index ee657a863754..66547c812ba3 100644 --- a/textproc/stardict3/Makefile +++ b/textproc/stardict3/Makefile @@ -33,4 +33,7 @@ post-patch: ${WRKSRC}/src/docklet.cpp ${WRKSRC}/src/floatwin.cpp \ ${WRKSRC}/src/selection.cpp +post-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.mk> diff --git a/textproc/stardict3/pkg-message b/textproc/stardict3/pkg-message new file mode 100644 index 000000000000..ef455877c6d2 --- /dev/null +++ b/textproc/stardict3/pkg-message @@ -0,0 +1,9 @@ +* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + +Now it's time to install some dictionary files: + + chinese/stardict2-dict-zh_CN Simplified Chinese - English + chinese/stardict2-dict-zh_TW Traditional Chinese - English + japanese/stardict2-dict-ja Japanese - English + +* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * |