mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update MASTER_SITES and WWW: line
PR: 24286 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
This commit is contained in:
parent
41bb519cbe
commit
54c8302cce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37160
2 changed files with 10 additions and 13 deletions
|
@ -6,25 +6,22 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= rblcheck
|
PORTNAME= rblcheck
|
||||||
PORTVERSION= 1.4
|
PORTVERSION= 1.4
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
http://www.xnet.com/%7Eemarshal/rblcheck/
|
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
|
||||||
MAINTAINER= ports@freebsd.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
HOMEPAGE= http://rblcheck.sourceforge.net/
|
|
||||||
|
|
||||||
DOCS= BUGS CHANGES CREDITS INSTALL PLATFORMS TODO
|
PORTDOCS= BUGS CHANGES CREDITS INSTALL PLATFORMS TODO
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/rblcheck ${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/rblcheck ${PREFIX}/bin
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
dst=${PREFIX}/share/doc/rblcheck; \
|
@${MKDIR} ${PREFIX}/share/doc/rblcheck
|
||||||
${MKDIR} $$dst; \
|
.for file in ${PORTDOCS}
|
||||||
for i in ${DOCS}; do \
|
${INSTALL_DATA} ${WRKSRC}/docs/${file} ${PREFIX}/share/doc/rblcheck
|
||||||
${INSTALL_DATA} ${WRKSRC}/docs/$$i $$dst; \
|
.endfor
|
||||||
done
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -14,6 +14,6 @@ http://www.xnet.com/~emarshal/rblcheck/ .
|
||||||
|
|
||||||
Any ideas, bugfixes, or porting notes should be sent to me at
|
Any ideas, bugfixes, or porting notes should be sent to me at
|
||||||
"emarshal@logic.net". Don't bug the MAPS people about this; they didn't
|
"emarshal@logic.net". Don't bug the MAPS people about this; they didn't
|
||||||
write it, and probably woudn't like getting a bunch of mail about it.
|
write it, and probably wouldn't like getting a bunch of mail about it.
|
||||||
|
|
||||||
WWW: http://www.xnet.com/~emarshal/rblcheck/
|
WWW: http://rblcheck.sourceforge.net/
|
||||||
|
|
Loading…
Add table
Reference in a new issue