diff options
author | stas <stas@FreeBSD.org> | 2009-06-18 22:51:39 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-06-18 22:51:39 +0800 |
commit | ec5d5c94bdacba7f2d27459e79fb194d497cd2fa (patch) | |
tree | 9e292100f965d4e903989c1b63c9e4c36337898a /lang | |
parent | 230b1d50c7539ee371c891463618ce5e398b5737 (diff) | |
download | freebsd-ports-gnome-ec5d5c94bdacba7f2d27459e79fb194d497cd2fa.tar.gz freebsd-ports-gnome-ec5d5c94bdacba7f2d27459e79fb194d497cd2fa.tar.zst freebsd-ports-gnome-ec5d5c94bdacba7f2d27459e79fb194d497cd2fa.zip |
- Fix pkg-plist. Apparently ruby19 install all files in its workdir
including the patch(1) leftovers.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby19/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/ruby19/Makefile b/lang/ruby19/Makefile index 9df2fe1ecebf..b1a28e1ea42d 100644 --- a/lang/ruby19/Makefile +++ b/lang/ruby19/Makefile @@ -119,6 +119,11 @@ post-patch: -e '/^RUBY_VENDOR_LIB_PATH2/s,\.\$$\{TEENY\},,' \ ${WRKSRC}/configure + # + # Eliminate all leftovers + # + @${FIND} ${WRKSRC}/ -name "*.orig" -delete + # # Remove modules we don't want # |