summaryrefslogtreecommitdiff
path: root/security/gpg2dot
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-04-06 13:24:18 +0000
committerrodent <rodent@pkgsrc.org>2013-04-06 13:24:18 +0000
commitf565a1af87ccaccae3cfc89af55ee17f3d8ff47b (patch)
tree7e09ae380f09209fdebcf2ee8170c971a410c319 /security/gpg2dot
parent45ba4e37fd8e682cf12febc192ee0302681bfa77 (diff)
downloadpkgsrc-f565a1af87ccaccae3cfc89af55ee17f3d8ff47b.tar.gz
".for variable names should not contain uppercase letters"
Diffstat (limited to 'security/gpg2dot')
-rw-r--r--security/gpg2dot/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/security/gpg2dot/Makefile b/security/gpg2dot/Makefile
index 4165c463803..3d5cb501cf1 100644
--- a/security/gpg2dot/Makefile
+++ b/security/gpg2dot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2012/10/23 18:16:29 asau Exp $
+# $NetBSD: Makefile,v 1.16 2013/04/06 13:24:20 rodent Exp $
#
DISTNAME= gpg2dot-1.5
@@ -26,16 +26,16 @@ do-extract:
# ${CP} ${FILESDIR}/gpg2dot.1 ${WRKSRC}/gpg2dot.1.in
do-build:
-.for FILE in gpg2dot
+.for file in gpg2dot
${SED} -e 's|@PREFIX@|${PREFIX}|g' \
-e 's|@DISTVER@|${DISTVER}|g' \
- < ${WRKSRC}/${FILE}.pl \
- > ${WRKSRC}/${FILE}
+ < ${WRKSRC}/${file}.pl \
+ > ${WRKSRC}/${file}
.endfor
-#.for FILE in gpg2dot
+#.for file in gpg2dot
# ${SED} -e '' \
-# < ${WRKSRC}/${FILE}.1.in \
-# > ${WRKSRC}/${FILE}.1
+# < ${WRKSRC}/${file}.1.in \
+# > ${WRKSRC}/${file}.1
#.endfor
do-install: