summaryrefslogtreecommitdiffstats
path: root/misc/cmatrix
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2004-01-01 15:45:09 +0000
committerleeym <leeym@FreeBSD.org>2004-01-01 15:45:09 +0000
commit7efddbbe932138ce4ae12f0c495f735cfeecb182 (patch)
treebe234ceccf4dedda48ce6e7fd7aa065b37b852bd /misc/cmatrix
parent69c5d07840ab75c2c009e83125adb0520f556a6c (diff)
downloadFreeBSD-ports-7efddbbe932138ce4ae12f0c495f735cfeecb182.zip
FreeBSD-ports-7efddbbe932138ce4ae12f0c495f735cfeecb182.tar.gz
makes portlint happy
- apply DOCSDIR - replace variable "file" with "f"
Diffstat (limited to 'misc/cmatrix')
-rw-r--r--misc/cmatrix/Makefile4
-rw-r--r--misc/cmatrix/pkg-plist8
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/cmatrix/Makefile b/misc/cmatrix/Makefile
index fe585b5..9655cbd 100644
--- a/misc/cmatrix/Makefile
+++ b/misc/cmatrix/Makefile
@@ -24,8 +24,8 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/cmatrix.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in ChangeLog README TODO
- ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.for f in ChangeLog README TODO
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
diff --git a/misc/cmatrix/pkg-plist b/misc/cmatrix/pkg-plist
index 5a9e7fa..afc24dc 100644
--- a/misc/cmatrix/pkg-plist
+++ b/misc/cmatrix/pkg-plist
@@ -1,5 +1,5 @@
bin/cmatrix
-%%PORTDOCS%%share/doc/cmatrix/ChangeLog
-%%PORTDOCS%%share/doc/cmatrix/README
-%%PORTDOCS%%share/doc/cmatrix/TODO
-%%PORTDOCS%%@dirrm share/doc/cmatrix
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/TODO
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
OpenPOWER on IntegriCloud