diff options
Diffstat (limited to 'textproc/ruby-xmlscan/Makefile')
-rw-r--r-- | textproc/ruby-xmlscan/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/ruby-xmlscan/Makefile b/textproc/ruby-xmlscan/Makefile index 7a6e61f6d9b6..0efdc8573918 100644 --- a/textproc/ruby-xmlscan/Makefile +++ b/textproc/ruby-xmlscan/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ruby-xmlscan -# Date created: 7 August 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= xmlscan PORTVERSION= 0.2.3 @@ -27,6 +23,7 @@ DOCS_EN= ChangeLog \ doc/en/* DOCS_JA= doc/ja/* +NO_STAGE= yes do-install: ${CP} -R ${WRKSRC}/lib/xmlscan ${RUBY_SITELIBDIR}/ .if !defined(NOPORTDOCS) |