diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-29 16:21:09 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-29 16:21:09 +0000 |
commit | 6b627f8f9758e8ac1f6cb4e860dbe491821693d8 (patch) | |
tree | 505745271461218ddd8e06519c9f526e5578afe2 /textproc/ruby-xslt/Makefile | |
parent | 3825dd28e0d5e078acda90ada28dcdc1611ea3f5 (diff) | |
download | ports-6b627f8f9758e8ac1f6cb4e860dbe491821693d8.tar.gz ports-6b627f8f9758e8ac1f6cb4e860dbe491821693d8.zip |
Notes
Diffstat (limited to 'textproc/ruby-xslt/Makefile')
-rw-r--r-- | textproc/ruby-xslt/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/textproc/ruby-xslt/Makefile b/textproc/ruby-xslt/Makefile index 0d60031dd565..6ed2d76ea25a 100644 --- a/textproc/ruby-xslt/Makefile +++ b/textproc/ruby-xslt/Makefile @@ -22,15 +22,10 @@ USE_RUBY_EXTCONF= yes WRKSRC= ${WRKDIR}/ruby-${PORTNAME} -.include <bsd.port.pre.mk> - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODDOCDIR} ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_MODDOCDIR} .endif -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |