diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-09 01:20:12 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-09 01:20:12 +0000 |
commit | 5ed199fee3f499fadac7352361a7bfdc753943ae (patch) | |
tree | a4d766024d5abdfa9c620fa8ddd4b0288ecdd023 /textproc/sdcv | |
parent | b3dc9651f8a74a32ecd34c05b56d867130f368f0 (diff) | |
download | ports-5ed199fee3f499fadac7352361a7bfdc753943ae.tar.gz ports-5ed199fee3f499fadac7352361a7bfdc753943ae.zip |
Notes
Diffstat (limited to 'textproc/sdcv')
-rw-r--r-- | textproc/sdcv/Makefile | 4 | ||||
-rw-r--r-- | textproc/sdcv/files/patch-configure | 11 | ||||
-rw-r--r-- | textproc/sdcv/files/pkg-message.in | 14 |
3 files changed, 18 insertions, 11 deletions
diff --git a/textproc/sdcv/Makefile b/textproc/sdcv/Makefile index 3ea70a220973..3ef415752cca 100644 --- a/textproc/sdcv/Makefile +++ b/textproc/sdcv/Makefile @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool:15 USE_GNOME= glib20 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +SUB_FILES= pkg-message .if !defined(WITHOUT_NLS) USE_GETTEXT= yes @@ -62,4 +63,7 @@ post-patch: ${WRKSRC}/src/Makefile.in .endif +post-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.post.mk> diff --git a/textproc/sdcv/files/patch-configure b/textproc/sdcv/files/patch-configure deleted file mode 100644 index 19612671e98f..000000000000 --- a/textproc/sdcv/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Mon Apr 24 18:57:24 2006 -+++ configure Fri May 5 17:24:17 2006 -@@ -5745,6 +5745,8 @@ - - cat >>confdefs.h <<\_ACEOF - #define HAVE_GETTEXT 1 -+USE_NLS=yes -+#define ENABLE_NLS 1 - _ACEOF - - diff --git a/textproc/sdcv/files/pkg-message.in b/textproc/sdcv/files/pkg-message.in new file mode 100644 index 000000000000..381a76bd3575 --- /dev/null +++ b/textproc/sdcv/files/pkg-message.in @@ -0,0 +1,14 @@ +************************************************************************** +sdcv is now installed. +you have to fetch the dictionaries to make it work correctly. + +1. Make directory for dictionaries files : + + # mkdir -p %%PREFIX%%/share/stardict/dict + + +2. Please put your dictionary file at : + + %%PREFIX%%/share/stardict/dict/ + +************************************************************************** |