diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-01-02 00:57:05 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-01-02 00:57:05 +0000 |
commit | 19a9f3912cd117145535ca6de0175853d0d3896e (patch) | |
tree | c02065a34ed08864bc62d5b2ae0094083d35d0f4 /accessibility | |
parent | 535fbdda503208ee9668deae5b3999e874fd43fa (diff) | |
download | ports-19a9f3912cd117145535ca6de0175853d0d3896e.tar.gz ports-19a9f3912cd117145535ca6de0175853d0d3896e.zip |
Notes
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/ruby-atk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accessibility/ruby-atk/Makefile b/accessibility/ruby-atk/Makefile index 879916589889..7012290673f2 100644 --- a/accessibility/ruby-atk/Makefile +++ b/accessibility/ruby-atk/Makefile @@ -31,6 +31,8 @@ INSTALL_TARGET= site-install DOCS= COPYING.LIB ChangeLog README +post-patch: general-patch + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${RUBY_MODDOCDIR} |