diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-11 19:46:20 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-11 19:46:20 +0000 |
commit | 94c6b34cacf16fbecfcb2ebf00043c2560ea7dec (patch) | |
tree | 3bf312a6afb1093e32696a27b654ad67ac99d73c | |
parent | f6e1ff127ec90d546eebcc0486b13d685c2b83e8 (diff) | |
download | freebsd-ports-94c6b34cacf16fbecfcb2ebf00043c2560ea7dec.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.
-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 |