diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-04-03 16:39:23 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-04-03 16:39:23 +0800 |
commit | 4498e57c2783ea1b68e8cd86295775ace53cc7df (patch) | |
tree | fa2811ab46ba8e9697e4502718c7a0ba41a6b173 /irc/iroffer | |
parent | 05e58bbee3d30f024a8ce3988fc5eed2c56a2130 (diff) | |
download | freebsd-ports-gnome-4498e57c2783ea1b68e8cd86295775ace53cc7df.tar.gz freebsd-ports-gnome-4498e57c2783ea1b68e8cd86295775ace53cc7df.tar.zst freebsd-ports-gnome-4498e57c2783ea1b68e8cd86295775ace53cc7df.zip |
- update to 1.2b28 (stable version)
- use PORTDOCS, DOCSDIR, EXAMPLESDIR
PR: 63843
Approved by: maintainer timeout
Diffstat (limited to 'irc/iroffer')
-rw-r--r-- | irc/iroffer/Makefile | 21 | ||||
-rw-r--r-- | irc/iroffer/distinfo | 4 | ||||
-rw-r--r-- | irc/iroffer/pkg-message | 6 | ||||
-rw-r--r-- | irc/iroffer/pkg-plist | 12 |
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%% |