diff options
author | knu <knu@FreeBSD.org> | 2002-11-28 01:14:23 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-11-28 01:14:23 +0800 |
commit | a73d9ee9a90d3ca67330c1aeccf6aeac37add65b (patch) | |
tree | d34ef87454baf566bb4ca1ae96622aaec4b31cfc /archivers | |
parent | 18ef3b708735412af9c4abfc4d1ff2308082f658 (diff) | |
download | freebsd-ports-gnome-a73d9ee9a90d3ca67330c1aeccf6aeac37add65b.tar.gz freebsd-ports-gnome-a73d9ee9a90d3ca67330c1aeccf6aeac37add65b.tar.zst freebsd-ports-gnome-a73d9ee9a90d3ca67330c1aeccf6aeac37add65b.zip |
Fix the build of lang/ruby_static-devel, i.e. the build of
archiver/ruby-zlib with lang/ruby-devel in the correct way.
The cause of this problem is that FreeBSD's make(1) got a bit too
sensitive about a mixture of `target:' and `target::'.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/ruby-zlib/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archivers/ruby-zlib/Makefile b/archivers/ruby-zlib/Makefile index 2a33e8719aae..e0b67263498e 100644 --- a/archivers/ruby-zlib/Makefile +++ b/archivers/ruby-zlib/Makefile @@ -23,6 +23,9 @@ INSTALL_TARGET= site-install DOCS_EN= ChangeLog zlib.rd.en zlib.en.html DOCS_JA= zlib.rd.ja zlib.ja.html +post-extract: + ${RM} ${WRKSRC}/depend + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODDOCDIR}/ja |