summaryrefslogtreecommitdiff
path: root/www/ruby-borges
diff options
context:
space:
mode:
authortaca <taca>2005-03-06 13:05:38 +0000
committertaca <taca>2005-03-06 13:05:38 +0000
commit2941336a6e7ef97da88e98503896c9af8eda0027 (patch)
treea3c6def9ee91672be84558e8694c543f0441d336 /www/ruby-borges
parent9949fb73af492ac7ee414ac62214b0bb52078935 (diff)
downloadpkgsrc-2941336a6e7ef97da88e98503896c9af8eda0027.tar.gz
Cosmetic change with pkglint(1).
Diffstat (limited to 'www/ruby-borges')
-rw-r--r--www/ruby-borges/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ruby-borges/Makefile b/www/ruby-borges/Makefile
index 0c7c9fd8c0b..c8574825df3 100644
--- a/www/ruby-borges/Makefile
+++ b/www/ruby-borges/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/11/28 05:37:04 taca Exp $
+# $NetBSD: Makefile,v 1.9 2005/03/06 13:10:32 taca Exp $
DISTNAME= borges-1.1.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -19,7 +19,7 @@ BORGES_SHARE_DIR= data/doc data/examples
.if !empty(RUBY_SUFFIX)
pre-configure:
.for d in ${BORGES_SHARE_DIR}
- cd ${WRKSRC}; ${MV} $d/ruby $d/${RUBY_NAME}
+ cd ${WRKSRC}; ${MV} ${d}/ruby ${d}/${RUBY_NAME}
.endfor
.endif