summaryrefslogtreecommitdiff
path: root/textproc/sdcv
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-09 01:20:12 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-09 01:20:12 +0000
commit5ed199fee3f499fadac7352361a7bfdc753943ae (patch)
treea4d766024d5abdfa9c620fa8ddd4b0288ecdd023 /textproc/sdcv
parentAdd shelldap 0.1, a shell-like environment for LDAP. (diff)
- Add instruction for using sdcv
- remove patch not needed anymore PR: 99946 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=167241
Diffstat (limited to 'textproc/sdcv')
-rw-r--r--textproc/sdcv/Makefile4
-rw-r--r--textproc/sdcv/files/patch-configure11
-rw-r--r--textproc/sdcv/files/pkg-message.in14
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/
+
+**************************************************************************