aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Kwiki-Search
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2004-08-16 02:02:20 +0800
committervanilla <vanilla@FreeBSD.org>2004-08-16 02:02:20 +0800
commit3e7e88193383c815845c9ecd7a894974005749a6 (patch)
tree86135ef9f3e6cad09352ff61507519a4f0dfc50d /www/p5-Kwiki-Search
parentbe64e04b3fbb279c3329a0c04ca077596696ecc5 (diff)
downloadfreebsd-ports-gnome-3e7e88193383c815845c9ecd7a894974005749a6.tar.gz
freebsd-ports-gnome-3e7e88193383c815845c9ecd7a894974005749a6.tar.zst
freebsd-ports-gnome-3e7e88193383c815845c9ecd7a894974005749a6.zip
- add post-install messages after p5-Kwiki-* plugin installed
PR: ports/70449 Submitted by: maintainer
Diffstat (limited to 'www/p5-Kwiki-Search')
-rw-r--r--www/p5-Kwiki-Search/Makefile3
-rw-r--r--www/p5-Kwiki-Search/pkg-message9
2 files changed, 12 insertions, 0 deletions
diff --git a/www/p5-Kwiki-Search/Makefile b/www/p5-Kwiki-Search/Makefile
index 274f4ddcb2b6..c14a8e5ab2fb 100644
--- a/www/p5-Kwiki-Search/Makefile
+++ b/www/p5-Kwiki-Search/Makefile
@@ -28,4 +28,7 @@ MAN3= Kwiki::Search.3
IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
.include <bsd.port.post.mk>
diff --git a/www/p5-Kwiki-Search/pkg-message b/www/p5-Kwiki-Search/pkg-message
new file mode 100644
index 000000000000..e077c464f222
--- /dev/null
+++ b/www/p5-Kwiki-Search/pkg-message
@@ -0,0 +1,9 @@
+/* ================================================================= */
+Note:
+ Kwiki-Search plugin installed! Now you should add
+ to your kwiki in kwiki installation directory:
+
+$ cd cgi-bin/my-kwiki
+$ kwiki -add Kwiki::Search
+
+/* ================================================================= */