summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2005-03-06 13:05:38 +0000
committertaca <taca@pkgsrc.org>2005-03-06 13:05:38 +0000
commitcf24692f4509b38b3fe9443e5c698177a847563a (patch)
treea3c6def9ee91672be84558e8694c543f0441d336 /security
parent16245a25d1e8c8e769fc41ca0bc9834a3d1e0709 (diff)
downloadpkgsrc-cf24692f4509b38b3fe9443e5c698177a847563a.tar.gz
Cosmetic change with pkglint(1).
Diffstat (limited to 'security')
-rw-r--r--security/ruby16-openssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ruby16-openssl/Makefile b/security/ruby16-openssl/Makefile
index 6e393fb0f92..bd0e3c4fcd7 100644
--- a/security/ruby16-openssl/Makefile
+++ b/security/ruby16-openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/01/28 14:19:35 taca Exp $
+# $NetBSD: Makefile,v 1.4 2005/03/06 13:08:36 taca Exp $
DISTNAME= ossl-0.1.4a
PKGNAME= ${RUBY_PKGPREFIX}-openssl-0.1.4a
@@ -25,7 +25,7 @@ DOCS= ChangeLog README
post-install:
${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/openssl
.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/$f ${RUBY_DOCDIR}/openssl
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/openssl
.endfor
.include "../../lang/ruby/modules.mk"