aboutsummaryrefslogtreecommitdiff
path: root/mail/rblcheck
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2001-01-13 02:26:04 +0000
committerJames E. Housley <jeh@FreeBSD.org>2001-01-13 02:26:04 +0000
commit54c8302cce8f7dd47e3c87d0ee7197f047ea491c (patch)
treecd5c4c9e25491f5ff1dcf72f7abc8d6c15145420 /mail/rblcheck
parent41bb519cbe46904fa58d0c146300d683c605494f (diff)
downloadports-54c8302cce8f7dd47e3c87d0ee7197f047ea491c.tar.gz
ports-54c8302cce8f7dd47e3c87d0ee7197f047ea491c.zip
Update MASTER_SITES and WWW: line
PR: 24286 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=37160
Diffstat (limited to 'mail/rblcheck')
-rw-r--r--mail/rblcheck/Makefile19
-rw-r--r--mail/rblcheck/pkg-descr4
2 files changed, 10 insertions, 13 deletions
diff --git a/mail/rblcheck/Makefile b/mail/rblcheck/Makefile
index 939f8110efd3..69a68f021162 100644
--- a/mail/rblcheck/Makefile
+++ b/mail/rblcheck/Makefile
@@ -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>
diff --git a/mail/rblcheck/pkg-descr b/mail/rblcheck/pkg-descr
index 1572328a7831..6860ce2ef16e 100644
--- a/mail/rblcheck/pkg-descr
+++ b/mail/rblcheck/pkg-descr
@@ -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/