diff options
author | knu <knu@FreeBSD.org> | 2001-03-19 11:13:39 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-03-19 11:13:39 +0000 |
commit | 84cc6bd646b980d7a75b7caf73aaf249e7cdef88 (patch) | |
tree | 53fde3e010d53c40107403e08f2b2600fb92df11 /lang/ruby16 | |
parent | 554048bd56cbafb3916b6f4ba9164c4662858532 (diff) | |
download | FreeBSD-ports-84cc6bd646b980d7a75b7caf73aaf249e7cdef88.zip FreeBSD-ports-84cc6bd646b980d7a75b7caf73aaf249e7cdef88.tar.gz |
Alter the build process for the standard libraries of Ruby.
Diffstat (limited to 'lang/ruby16')
-rw-r--r-- | lang/ruby16/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile index b34e244..9d909c2 100644 --- a/lang/ruby16/Makefile +++ b/lang/ruby16/Makefile @@ -47,9 +47,12 @@ CONFIGURE_ARGS+= --enable-ipv6 post-patch: find ${WRKSRC} -name '*.orig' -delete -.for d in Win32API gdbm tcltklib tk +.for d in Win32API ${RM} -rf ${WRKSRC}/ext/${d} .endfor +.for d in gdbm tcltklib tk + ${MV} ${WRKSRC}/ext/${d} ${WRKDIR}/ +.endfor post-install: strip ${RUBY} |