diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 19:53:09 +0000 | 
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 19:53:09 +0000 | 
| commit | 888ab73a81ce0010b6a141740f5b26e92a5ec6a8 (patch) | |
| tree | 1373440d0f3681e50dd86fe77aff964fd6e1aeb8 /lang/ruby-programmingruby/Makefile | |
| parent | - update to 2.13.3 (diff) | |
Add NO_STAGE all over the place in preparation for the staging support (cat: lang)
Notes
Notes:
    svn path=/head/; revision=327741
Diffstat (limited to 'lang/ruby-programmingruby/Makefile')
| -rw-r--r-- | lang/ruby-programmingruby/Makefile | 7 | 
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/ruby-programmingruby/Makefile b/lang/ruby-programmingruby/Makefile index c9ceeb3495c4..c1b250492251 100644 --- a/lang/ruby-programmingruby/Makefile +++ b/lang/ruby-programmingruby/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for:		Programming Ruby--The Book -# Date created:			8 March 2001 -# Whom:				Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org>  # $FreeBSD$ -#  PORTNAME=	programmingruby  PORTVERSION=	0.4 @@ -27,6 +23,7 @@ NO_BUILD=	yes  NO_WRKSUBDIR=	yes  DOCSDIR=	${RUBY_MODDOCDIR} +NO_STAGE=	yes  do-install:  	${MKDIR} ${RUBY_MODDOCDIR}  	@${TAR} -xzf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} -C ${RUBY_MODDOCDIR}  | 
