summaryrefslogtreecommitdiff
path: root/www/bk2site/pkg-plist
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2001-01-02 23:16:11 +0000
committerClive Lin <clive@FreeBSD.org>2001-01-02 23:16:11 +0000
commit838db6befea221431a8d349e919217241613689c (patch)
tree6404d6a3634b8b064965847cb39c848e46af1f64 /www/bk2site/pkg-plist
parentupdate distinfo. (diff)
o Hornor ${PREFIX} more
o Really install its tiny search scripts o Build package with or without apache installed (hacky hacky) o Fix pkg-message, tell users to copy bk2site *.gif and *.pl manually when build without apache or install via package o Hide perlre in post-patch target, which looks like "Panic ! Help !" o Remove patch file. (Now handled simply by perlre) o Shorten pkg-comment (portlint doesn't like the longer one) o Bump PORTREVISION For systems with apache installed, now it's ready-to-run-without-manually-doing-anything.
Notes
Notes: svn path=/head/; revision=36612
Diffstat (limited to 'www/bk2site/pkg-plist')
-rw-r--r--www/bk2site/pkg-plist34
1 files changed, 20 insertions, 14 deletions
diff --git a/www/bk2site/pkg-plist b/www/bk2site/pkg-plist
index 7db324a3dcef..f0fad1a0dc25 100644
--- a/www/bk2site/pkg-plist
+++ b/www/bk2site/pkg-plist
@@ -5,18 +5,24 @@ etc/bk2site/newbase.html
etc/bk2site/indexbase.html
etc/bk2site/bk2site.html
share/bk2site/dot.bk2siterc
-share/bk2site/smiley.gif
-share/bk2site/question.gif
-share/bk2site/note.gif
-share/bk2site/news.gif
-share/bk2site/new.gif
-share/bk2site/mana_red.gif
-share/bk2site/mailto.gif
-share/bk2site/ltbulb.gif
-share/bk2site/earth.gif
-share/bk2site/disk.gif
-share/bk2site/cool2.gif
-share/bk2site/cool.gif
-share/bk2site/closeup.gif
-share/bk2site/thumbs_down.gif
+%%CGIDIR%%/check-meta.pl
+%%CGIDIR%%/redirect.pl
+%%CGIDIR%%/search.pl
+%%ICONSDIR%%/closeup.gif
+%%ICONSDIR%%/smiley.gif
+%%ICONSDIR%%/question.gif
+%%ICONSDIR%%/note.gif
+%%ICONSDIR%%/news.gif
+%%ICONSDIR%%/new.gif
+%%ICONSDIR%%/mana_red.gif
+%%ICONSDIR%%/mailto.gif
+%%ICONSDIR%%/ltbulb.gif
+%%ICONSDIR%%/earth.gif
+%%ICONSDIR%%/disk.gif
+%%ICONSDIR%%/cool2.gif
+%%ICONSDIR%%/cool.gif
+%%ICONSDIR%%/thumbs_down.gif
+@dirrm etc/bk2site
@dirrm share/bk2site
+@unexec /bin/rm -r %D/%%CGIDIR%%
+@unexec /bin/rm -r %D/%%ICONSDIR%%