diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 | 
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 | 
| commit | db3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch) | |
| tree | 29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /textproc/ruby-xmlscan-old/Makefile | |
| parent | Fix compilation problems. (diff) | |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Diffstat (limited to 'textproc/ruby-xmlscan-old/Makefile')
| -rw-r--r-- | textproc/ruby-xmlscan-old/Makefile | 32 | 
1 files changed, 0 insertions, 32 deletions
diff --git a/textproc/ruby-xmlscan-old/Makefile b/textproc/ruby-xmlscan-old/Makefile deleted file mode 100644 index 7b4170cfe394..000000000000 --- a/textproc/ruby-xmlscan-old/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for:	ruby-xmlscan -# Date created:		7 August 2001 -# Whom:			Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME=	xmlscan -PORTVERSION=	0.0.10 -CATEGORIES=	textproc ruby -MASTER_SITES=	http://www.blue.sky.or.jp/atelier/ruby/ -PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX} -DIST_SUBDIR=	ruby - -MAINTAINER=	knu@FreeBSD.org - -BUILD_DEPENDS=	racc:${PORTSDIR}/devel/ruby-racc -RUN_DEPENDS=	${RUBY_SITELIBDIR}/racc/parser.rb:${PORTSDIR}/devel/ruby-racc-runtime - -USE_RUBY=	yes - -do-build: -	cd ${WRKSRC}; racc -v -g -c -o xmldtd.rb xmldtd.ry - -do-install: -	cd ${WRKSRC}; ${INSTALL_DATA} [hx]*.rb ${RUBY_SITELIBDIR}/ -.if !defined(NOPORTDOCS) -	${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja -	${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/${PORTNAME}/ja/ -.endif - -.include <bsd.port.mk>  | 
