summaryrefslogtreecommitdiff
path: root/mail/spamstats
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2004-01-01 15:57:50 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2004-01-01 15:57:50 +0000
commit24a9267a1a5c2e6daba6126a150cb7ca0a87f251 (patch)
tree9da2068cf6ba3734be1ebb4448a27a287553817a /mail/spamstats
parentmakes portlint happy (diff)
makes portlint happy
- apply DOCSDIR - replace variable "file" with "f"
Notes
Notes: svn path=/head/; revision=97039
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 57d032488304..de2ec3b085bd 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 5fd3cbe88ea2..a3bd493fa07d 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%%