summaryrefslogtreecommitdiffstats
path: root/mail/spamstats
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2004-01-01 15:57:50 +0000
committerleeym <leeym@FreeBSD.org>2004-01-01 15:57:50 +0000
commitffb5fcd3205bbd7ea47bbb2d8ca3ce11665ff86e (patch)
tree07f4922b769d771780bf35cc9cd74124d06b3195 /mail/spamstats
parent4018d39ae845d493304aca4c45ad77e5879549bb (diff)
downloadFreeBSD-ports-ffb5fcd3205bbd7ea47bbb2d8ca3ce11665ff86e.zip
FreeBSD-ports-ffb5fcd3205bbd7ea47bbb2d8ca3ce11665ff86e.tar.gz
makes portlint happy
- apply DOCSDIR - replace variable "file" with "f"
Diffstat (limited to 'mail/spamstats')
-rw-r--r--mail/spamstats/Makefile4
-rw-r--r--mail/spamstats/pkg-plist8
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/spamstats/Makefile b/mail/spamstats/Makefile
index 57d0324..de2ec3b 100644
--- a/mail/spamstats/Makefile
+++ b/mail/spamstats/Makefile
@@ -25,8 +25,8 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}${PORTVERSION}.pl ${PREFIX}/bin/${PORTNAME}.pl
.ifndef (NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in QUICK README copyright
- ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.for f in QUICK README copyright
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
diff --git a/mail/spamstats/pkg-plist b/mail/spamstats/pkg-plist
index 5fd3cbe..a3bd493 100644
--- a/mail/spamstats/pkg-plist
+++ b/mail/spamstats/pkg-plist
@@ -1,5 +1,5 @@
bin/spamstats.pl
-%%PORTDOCS%%share/doc/spamstats/QUICK
-%%PORTDOCS%%share/doc/spamstats/README
-%%PORTDOCS%%share/doc/spamstats/copyright
-%%PORTDOCS%%@dirrm share/doc/spamstats
+%%PORTDOCS%%%%DOCSDIR%%/QUICK
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/copyright
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
OpenPOWER on IntegriCloud