aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-04-03 08:39:23 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-04-03 08:39:23 +0000
commit428c1d90cf99d7b3fc9e6cfae73f919e15659f39 (patch)
tree2d3059369c0cf5a3a4d2aee3bc4dea1dff958fc2 /irc
parent893a9718d3ebe8e203c462cee00320aa511c58f4 (diff)
downloadports-428c1d90cf99d7b3fc9e6cfae73f919e15659f39.tar.gz
ports-428c1d90cf99d7b3fc9e6cfae73f919e15659f39.zip
- update to 1.2b28 (stable version)
- use PORTDOCS, DOCSDIR, EXAMPLESDIR PR: 63843 Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=106018
Diffstat (limited to 'irc')
-rw-r--r--irc/iroffer/Makefile21
-rw-r--r--irc/iroffer/distinfo4
-rw-r--r--irc/iroffer/pkg-message6
-rw-r--r--irc/iroffer/pkg-plist12
4 files changed, 24 insertions, 19 deletions
diff --git a/irc/iroffer/Makefile b/irc/iroffer/Makefile
index a4bb512225ae..522c41f475d3 100644
--- a/irc/iroffer/Makefile
+++ b/irc/iroffer/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= iroffer
-PORTVERSION= 1.1.1
+PORTVERSION= 1.2b28
CATEGORIES= irc
-MASTER_SITES= http://iroffer.org/archive/v1.1/
+MASTER_SITES= http://iroffer.org/archive/v1.2/
DISTNAME= iroffer${PORTVERSION}
EXTRACT_SUFX= .tgz
@@ -19,12 +19,15 @@ HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/iroffer ${PREFIX}/bin
- ${MKDIR} ${PREFIX}/share/doc/iroffer
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/iroffer
- ${INSTALL_DATA} ${WRKSRC}/WHATSNEW ${PREFIX}/share/doc/iroffer
- ${INSTALL_DATA} ${WRKSRC}/iroffer.cron ${PREFIX}/share/doc/iroffer
- ${INSTALL_DATA} ${WRKSRC}/sample.config ${PREFIX}/share/doc/iroffer
- @${CAT} ${PKGMESSAGE}
+ ${INSTALL_PROGRAM} ${WRKSRC}/iroffer ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR} ${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
+ ${INSTALL_DATA} ${WRKSRC}/WHATSNEW ${DOCSDIR}/
+ ${INSTALL_DATA} ${WRKSRC}/dynip.sh ${EXAMPLESDIR}/
+ ${INSTALL_DATA} ${WRKSRC}/iroffer.cron ${EXAMPLESDIR}/
+ ${INSTALL_DATA} ${WRKSRC}/sample.config ${EXAMPLESDIR}/
+.endif
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/irc/iroffer/distinfo b/irc/iroffer/distinfo
index d7d0f7245f48..503f051f5809 100644
--- a/irc/iroffer/distinfo
+++ b/irc/iroffer/distinfo
@@ -1,2 +1,2 @@
-MD5 (iroffer1.1.1.tgz) = a6b27e0af20cf50b2b151c09b096bd63
-SIZE (iroffer1.1.1.tgz) = 66573
+MD5 (iroffer1.2b28.tgz) = 677d464a4cb5abd64a14ac030184d9de
+SIZE (iroffer1.2b28.tgz) = 101035
diff --git a/irc/iroffer/pkg-message b/irc/iroffer/pkg-message
index b01e3d1f64bf..827c9c101b63 100644
--- a/irc/iroffer/pkg-message
+++ b/irc/iroffer/pkg-message
@@ -1,7 +1,7 @@
=========================================================================
Sample configuration and crontab files have been placed in
-${PREFIX}/share/doc/iroffer.
+${PREFIX}/share/examples/iroffer.
These should be copied to a location of your own choosing, and edited to
suit your needs.
@@ -11,10 +11,10 @@ To run iroffer, just run:
iroffer <name of config file>
You may also set up iroffer to be run automatically from crontab.
-See the file ${PREFIX}/share/doc/iroffer/iroffer.cron for a sample.
+See the file ${PREFIX}/share/examples/iroffer/iroffer.cron for a sample.
For more details on how to use the program see the comments in
-${PREFIX}/share/doc/iroffer/sample.config, as well as the README
+${PREFIX}/share/examples/iroffer/sample.config, as well as the README
files ${PREFIX}/share/doc/iroffer/README and
${PREFIX}/share/doc/iroffer/WHATSNEW.
diff --git a/irc/iroffer/pkg-plist b/irc/iroffer/pkg-plist
index 9230d600ce88..f9280fddccaa 100644
--- a/irc/iroffer/pkg-plist
+++ b/irc/iroffer/pkg-plist
@@ -1,6 +1,8 @@
bin/iroffer
-share/doc/iroffer/README
-share/doc/iroffer/WHATSNEW
-share/doc/iroffer/iroffer.cron
-share/doc/iroffer/sample.config
-@dirrm share/doc/iroffer
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/WHATSNEW
+%%PORTDOCS%%%%EXAMPLESDIR%%/dynip.sh
+%%PORTDOCS%%%%EXAMPLESDIR%%/iroffer.cron
+%%PORTDOCS%%%%EXAMPLESDIR%%/sample.config
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%