- use DISTVERSION instead of PORTVERSION and DISTNAME (hi Mavvie, you see, I'm

not always lazy :-D )
- respect PORTDOCS and PORTEXAMPLES
- delete 404 WWW
- bump PORTREVISION

Submitted by:	my QA Tindy run
This commit is contained in:
Ion-Mihai Tetcu 2008-06-16 08:46:00 +00:00
parent 0e6e93bf7e
commit 3c0e191011
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214943
3 changed files with 10 additions and 7 deletions

View file

@ -6,12 +6,12 @@
# #
PORTNAME= quotes PORTNAME= quotes
PORTVERSION= 1.7.2 DISTVERSION= 1.7-2
PORTREVISION= 1
CATEGORIES= misc CATEGORIES= misc
MASTER_SITES= ftp://ftp.externet.hu/.lib/disk6/linuxberg/files/console/office/ \ MASTER_SITES= ftp://ftp.externet.hu/.lib/disk6/linuxberg/files/console/office/ \
ftp://ftp.waseda.ac.jp/.u7/ports/distfiles/ \ ftp://ftp.waseda.ac.jp/.u7/ports/distfiles/ \
http://freebsd.unixfreunde.de/sources/ http://freebsd.unixfreunde.de/sources/
DISTNAME= ${PORTNAME}-1.7-2
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= Quote, currency, and Slashdot headline fetcher based on Perl COMMENT= Quote, currency, and Slashdot headline fetcher based on Perl
@ -33,7 +33,10 @@ do-install:
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)
@ ${MKDIR} ${DOCSDIR} @ ${MKDIR} ${DOCSDIR}
@ ${INSTALL_DATA} ${WRKSRC}/quotes.txt ${DOCSDIR} @ ${INSTALL_DATA} ${WRKSRC}/quotes.txt ${DOCSDIR}
@ ${INSTALL_DATA} ${WRKSRC}/QuExample.pm ${DOCSDIR} .endif
.if !defined(NOPORTEXAMPLES)
@ ${MKDIR} ${EXAMPLESDIR}
@ ${INSTALL_DATA} ${WRKSRC}/QuExample.pm ${EXAMPLESDIR}
.endif .endif
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -4,7 +4,6 @@ expensive in Europe. It has the capability of emailing these
to you at so and so time designated by a crontab entry for its to you at so and so time designated by a crontab entry for its
automailing program. This entire package is based on Perl. automailing program. This entire package is based on Perl.
WWW: http://www.iae.nl/users/grimaldo/OpenSoft/quotes.shtml
Author: D. Emilio Grimaldo Tunon <grimaldo@panama.iaehv.nl> Author: D. Emilio Grimaldo Tunon <grimaldo@panama.iaehv.nl>
--Dima --Dima

View file

@ -1,6 +1,7 @@
bin/quotes bin/quotes
bin/quotesmailer bin/quotesmailer
etc/quotesrc.sample etc/quotesrc.sample
%%DOCSDIR%%/quotes.txt %%PORTDOCS%%%%DOCSDIR%%/quotes.txt
%%DOCSDIR%%/QuExample.pm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/QuExample.pm
@dirrm %%DOCSDIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%%
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%