diff options
author | vanilla <vanilla@FreeBSD.org> | 2004-08-15 18:02:20 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2004-08-15 18:02:20 +0000 |
commit | 3e7e88193383c815845c9ecd7a894974005749a6 (patch) | |
tree | 86135ef9f3e6cad09352ff61507519a4f0dfc50d /www | |
parent | be64e04b3fbb279c3329a0c04ca077596696ecc5 (diff) | |
download | FreeBSD-ports-3e7e88193383c815845c9ecd7a894974005749a6.zip FreeBSD-ports-3e7e88193383c815845c9ecd7a894974005749a6.tar.gz |
- add post-install messages after p5-Kwiki-* plugin installed
PR: ports/70449
Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Kwiki-RecentChanges/Makefile | 3 | ||||
-rw-r--r-- | www/p5-Kwiki-RecentChanges/pkg-message | 9 | ||||
-rw-r--r-- | www/p5-Kwiki-RecentChangesRSS/Makefile | 3 | ||||
-rw-r--r-- | www/p5-Kwiki-RecentChangesRSS/pkg-message | 9 | ||||
-rw-r--r-- | www/p5-Kwiki-Search/Makefile | 3 | ||||
-rw-r--r-- | www/p5-Kwiki-Search/pkg-message | 9 | ||||
-rw-r--r-- | www/p5-Kwiki-UserName/Makefile | 3 | ||||
-rw-r--r-- | www/p5-Kwiki-UserName/pkg-message | 9 | ||||
-rw-r--r-- | www/p5-Kwiki-UserPreferences/Makefile | 3 | ||||
-rw-r--r-- | www/p5-Kwiki-UserPreferences/pkg-message | 9 |
10 files changed, 60 insertions, 0 deletions
diff --git a/www/p5-Kwiki-RecentChanges/Makefile b/www/p5-Kwiki-RecentChanges/Makefile index d779ee5..1cd0521 100644 --- a/www/p5-Kwiki-RecentChanges/Makefile +++ b/www/p5-Kwiki-RecentChanges/Makefile @@ -28,4 +28,7 @@ MAN3= Kwiki::RecentChanges.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-RecentChanges/pkg-message b/www/p5-Kwiki-RecentChanges/pkg-message new file mode 100644 index 0000000..437aa82 --- /dev/null +++ b/www/p5-Kwiki-RecentChanges/pkg-message @@ -0,0 +1,9 @@ +/* ================================================================= */ +Note: + Kwiki-RecentChanges plugin installed! Now you should add + to your kwiki in kwiki installation directory: + +$ cd cgi-bin/my-kwiki +$ kwiki -add Kwiki::RecentChanges + +/* ================================================================= */ diff --git a/www/p5-Kwiki-RecentChangesRSS/Makefile b/www/p5-Kwiki-RecentChangesRSS/Makefile index 0c71ec3..5b067d1 100644 --- a/www/p5-Kwiki-RecentChangesRSS/Makefile +++ b/www/p5-Kwiki-RecentChangesRSS/Makefile @@ -29,4 +29,7 @@ MAN3= Kwiki::RecentChangesRSS.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-RecentChangesRSS/pkg-message b/www/p5-Kwiki-RecentChangesRSS/pkg-message new file mode 100644 index 0000000..9b5ad9b --- /dev/null +++ b/www/p5-Kwiki-RecentChangesRSS/pkg-message @@ -0,0 +1,9 @@ +/* ================================================================= */ +Note: + Kwiki-RecentChangesRSS plugin installed! Now you should add + to your kwiki in kwiki installation directory: + +$ cd cgi-bin/my-kwiki +$ kwiki -add Kwiki::RecentChangesRSS + +/* ================================================================= */ diff --git a/www/p5-Kwiki-Search/Makefile b/www/p5-Kwiki-Search/Makefile index 274f4dd..c14a8e5 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 0000000..e077c46 --- /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 + +/* ================================================================= */ diff --git a/www/p5-Kwiki-UserName/Makefile b/www/p5-Kwiki-UserName/Makefile index 38ff4aa..80de6d0 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 0000000..56617ab --- /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 + +/* ================================================================= */ diff --git a/www/p5-Kwiki-UserPreferences/Makefile b/www/p5-Kwiki-UserPreferences/Makefile index 8661e38..b6e4f37 100644 --- a/www/p5-Kwiki-UserPreferences/Makefile +++ b/www/p5-Kwiki-UserPreferences/Makefile @@ -28,4 +28,7 @@ MAN3= Kwiki::UserPreferences.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-UserPreferences/pkg-message b/www/p5-Kwiki-UserPreferences/pkg-message new file mode 100644 index 0000000..79612af --- /dev/null +++ b/www/p5-Kwiki-UserPreferences/pkg-message @@ -0,0 +1,9 @@ +/* ================================================================= */ +Note: + Kwiki-UserPreferences plugin installed! Now you should add + to your kwiki in kwiki installation directory: + +$ cd cgi-bin/my-kwiki +$ kwiki -add Kwiki::UserPreferences + +/* ================================================================= */ |