diff options
author | knu <knu@FreeBSD.org> | 2002-09-12 03:46:20 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-09-12 03:46:20 +0800 |
commit | 1f3433604cc26080f3f01b4c847c59ee10f07557 (patch) | |
tree | de0516e07b5502d1630d487e23b81dcc5151a692 /net/ruby-romp | |
parent | 7e17c9a185f25e5e544bcf04eb6da79eaa84f4f0 (diff) | |
download | freebsd-ports-gnome-1f3433604cc26080f3f01b4c847c59ee10f07557.tar.gz freebsd-ports-gnome-1f3433604cc26080f3f01b4c847c59ee10f07557.tar.zst freebsd-ports-gnome-1f3433604cc26080f3f01b4c847c59ee10f07557.zip |
I was confused.. The new distfile NOW contains druby4 files again.
However, since no proper extconf.rb for druby4_helper.so is provided,
just drop druby4 for the moment.
No PORTREVISION bump because nothing has changed.
Diffstat (limited to 'net/ruby-romp')
-rw-r--r-- | net/ruby-romp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ruby-romp/Makefile b/net/ruby-romp/Makefile index 8d1626e25694..529d85240e87 100644 --- a/net/ruby-romp/Makefile +++ b/net/ruby-romp/Makefile @@ -35,6 +35,7 @@ post-extract: ${MV} ${WRKSRC}/${f} ${WRKSRC}/lib/ .endfor ${CP} ${_DISTDIR}/romp.html ${WRKSRC}/ + ${RM} ${WRKSRC}/druby4* post-patch: ${RUBY} -i~ -pe 'sub /^(#include\s*<stdint\.h>)/, "/*\\1*/"' ${WRKSRC}/*.c |