diff options
-rw-r--r-- | textproc/stardict2/Makefile | 3 | ||||
-rw-r--r-- | textproc/stardict2/pkg-message | 9 | ||||
-rw-r--r-- | textproc/stardict3/Makefile | 3 | ||||
-rw-r--r-- | textproc/stardict3/pkg-message | 9 |
4 files changed, 24 insertions, 0 deletions
diff --git a/textproc/stardict2/Makefile b/textproc/stardict2/Makefile index ee657a863754..66547c812ba3 100644 --- a/textproc/stardict2/Makefile +++ b/textproc/stardict2/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/stardict2/pkg-message b/textproc/stardict2/pkg-message new file mode 100644 index 000000000000..ef455877c6d2 --- /dev/null +++ b/textproc/stardict2/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 + +* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 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 + +* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * |