diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-15 18:02:20 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-15 18:02:20 +0000 |
commit | a3fc11855030cc3990bc943d39d4ebd259741c73 (patch) | |
tree | a0f91453bd0db8881c66e40eff6cf8672ea36d93 /www/p5-Kwiki-UserName | |
parent | b5e398972fa7049e29b164715a9689f908899e8d (diff) | |
download | ports-a3fc11855030cc3990bc943d39d4ebd259741c73.tar.gz ports-a3fc11855030cc3990bc943d39d4ebd259741c73.zip |
Notes
Diffstat (limited to 'www/p5-Kwiki-UserName')
-rw-r--r-- | www/p5-Kwiki-UserName/Makefile | 3 | ||||
-rw-r--r-- | www/p5-Kwiki-UserName/pkg-message | 9 |
2 files changed, 12 insertions, 0 deletions
diff --git a/www/p5-Kwiki-UserName/Makefile b/www/p5-Kwiki-UserName/Makefile index 38ff4aa74d04..80de6d05593f 100644 --- a/www/p5-Kwiki-UserName/Makefile +++ b/www/p5-Kwiki-UserName/Makefile @@ -29,4 +29,7 @@ MAN3= Kwiki::UserName.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-UserName/pkg-message b/www/p5-Kwiki-UserName/pkg-message new file mode 100644 index 000000000000..56617ab9def3 --- /dev/null +++ b/www/p5-Kwiki-UserName/pkg-message @@ -0,0 +1,9 @@ +/* ================================================================= */ +Note: + Kwiki-UserName plugin installed! Now you should add + to your kwiki in kwiki installation directory: + +$ cd cgi-bin/my-kwiki +$ kwiki -add Kwiki::UserName + +/* ================================================================= */ |