aboutsummaryrefslogtreecommitdiff
path: root/lang/ruby16
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-05-25 00:30:24 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-05-25 00:30:24 +0000
commit30eea66494bfffd5b3eaf451f7f0edb51737b3b1 (patch)
treeb0f8fc67040947859b1788560ba98304dbb3ea65 /lang/ruby16
parentc67968755f6a89fa6f4514c8225f5e23e6fae123 (diff)
downloadports-30eea66494bfffd5b3eaf451f7f0edb51737b3b1.tar.gz
ports-30eea66494bfffd5b3eaf451f7f0edb51737b3b1.zip
Notes
Diffstat (limited to 'lang/ruby16')
-rw-r--r--lang/ruby16/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile
index d7fbb038430a..d2da2e936ad9 100644
--- a/lang/ruby16/Makefile
+++ b/lang/ruby16/Makefile
@@ -103,7 +103,7 @@ pre-install:
done
post-install:
-.if ${STRIP} == -s
+.if defined(STRIP) && ${STRIP} == -s
strip ${RUBY}
.endif
.if ${RUBY_VER} == ${RUBY_DEFAULT_VER}