summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Landin <mich@FreeBSD.org>2003-11-21 15:11:23 +0000
committerMichael Landin <mich@FreeBSD.org>2003-11-21 15:11:23 +0000
commitbaf99272330bc761723b48a0220f0e59fbeab7ff (patch)
treef30fa8af1aedeb991b1acb3e7091ca913d0b7d78
parent- Fix output of time_t for 64bit (diff)
* Update to 0.50
* Use %%DATADIR%% * Install documentation
Notes
Notes: svn path=/head/; revision=94657
-rw-r--r--irc/pisg/Makefile7
-rw-r--r--irc/pisg/distinfo2
-rw-r--r--irc/pisg/pkg-plist40
3 files changed, 28 insertions, 21 deletions
diff --git a/irc/pisg/Makefile b/irc/pisg/Makefile
index 975a3c28392d..9c9c5f42cfd0 100644
--- a/irc/pisg/Makefile
+++ b/irc/pisg/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pisg
-PORTVERSION= 0.49
+PORTVERSION= 0.50
CATEGORIES= irc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -39,6 +39,11 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/modules/Pisg/Parser/Format/*.pm ${SITE_PERL}/Pisg/Parser/Format
${INSTALL_SCRIPT} ${WRKSRC}/pisg ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/docs/pisg-doc.txt ${DOCSDIR}/pisg-doc.txt
+.endif
+
post-install:
.if !defined(BATCH)
@${ECHO_MSG} ""
diff --git a/irc/pisg/distinfo b/irc/pisg/distinfo
index f9650e7075ac..cfc088869bab 100644
--- a/irc/pisg/distinfo
+++ b/irc/pisg/distinfo
@@ -1 +1 @@
-MD5 (pisg-0.49.tar.gz) = b370dd5fcaaeacbb05b468bdf49f1559
+MD5 (pisg-0.50.tar.gz) = d86e303ced6bb561d0cde506abdf2175
diff --git a/irc/pisg/pkg-plist b/irc/pisg/pkg-plist
index 2cfb3f11ae79..ffb959c6bf6e 100644
--- a/irc/pisg/pkg-plist
+++ b/irc/pisg/pkg-plist
@@ -39,25 +39,27 @@ etc/pisg/pisg.cfg.sample
%%SITE_PERL%%/Pisg/Parser/Format/hydra.pm
%%SITE_PERL%%/Pisg/Parser/Format/muh2.pm
%%SITE_PERL%%/Pisg/Parser/Logfile.pm
-share/pisg/layout/justgrey.css
-share/pisg/layout/darkgalaxy.css
-share/pisg/layout/softgreen.css
-share/pisg/layout/default.css
-share/pisg/layout/ocean.css
-share/pisg/layout/darkred.css
-share/pisg/layout/orange_grey.css
-share/pisg/gfx/blue-h.png
-share/pisg/gfx/blue-v.png
-share/pisg/gfx/green-h.png
-share/pisg/gfx/green-v.png
-share/pisg/gfx/red-h.png
-share/pisg/gfx/red-v.png
-share/pisg/gfx/yellow-h.png
-share/pisg/gfx/yellow-v.png
-share/pisg/lang.txt
-@dirrm share/pisg/layout
-@dirrm share/pisg/gfx
-@dirrm share/pisg
+%%DATADIR%%/layout/justgrey.css
+%%DATADIR%%/layout/darkgalaxy.css
+%%DATADIR%%/layout/softgreen.css
+%%DATADIR%%/layout/default.css
+%%DATADIR%%/layout/ocean.css
+%%DATADIR%%/layout/darkred.css
+%%DATADIR%%/layout/orange_grey.css
+%%DATADIR%%/gfx/blue-h.png
+%%DATADIR%%/gfx/blue-v.png
+%%DATADIR%%/gfx/green-h.png
+%%DATADIR%%/gfx/green-v.png
+%%DATADIR%%/gfx/red-h.png
+%%DATADIR%%/gfx/red-v.png
+%%DATADIR%%/gfx/yellow-h.png
+%%DATADIR%%/gfx/yellow-v.png
+%%DATADIR%%/lang.txt
+%%PORTDOCS%%%%DOCSDIR%%/pisg-doc.txt
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrm %%DATADIR%%/layout
+@dirrm %%DATADIR%%/gfx
+@dirrm %%DATADIR%%
@dirrm %%SITE_PERL%%/Pisg/Parser/Format
@dirrm %%SITE_PERL%%/Pisg/Parser
@dirrm %%SITE_PERL%%/Pisg