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
|
||||
PORTVERSION= 1.4
|
||||
PORTVERSION= 1.4
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://www.xnet.com/%7Eemarshal/rblcheck/
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@freebsd.org
|
||||
HOMEPAGE= http://rblcheck.sourceforge.net/
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
DOCS= BUGS CHANGES CREDITS INSTALL PLATFORMS TODO
|
||||
PORTDOCS= BUGS CHANGES CREDITS INSTALL PLATFORMS TODO
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/rblcheck ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
dst=${PREFIX}/share/doc/rblcheck; \
|
||||
${MKDIR} $$dst; \
|
||||
for i in ${DOCS}; do \
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/$$i $$dst; \
|
||||
done
|
||||
@${MKDIR} ${PREFIX}/share/doc/rblcheck
|
||||
.for file in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/${file} ${PREFIX}/share/doc/rblcheck
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.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
|
||||
"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