diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-24 13:39:08 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-24 13:39:08 +0000 |
commit | 6a09b392e9a7cf46c86911d1fcaf6a3316c85745 (patch) | |
tree | 782970cc7b8099ca906bc76d6ad1bbf2fd874fec /lang/ruby-usersguide/Makefile | |
parent | efda6650d8a93660cd5da8b52a764a17ac194df8 (diff) |
Notes
Diffstat (limited to 'lang/ruby-usersguide/Makefile')
-rw-r--r-- | lang/ruby-usersguide/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/lang/ruby-usersguide/Makefile b/lang/ruby-usersguide/Makefile index e23ea68502b0..cf894a0e7901 100644 --- a/lang/ruby-usersguide/Makefile +++ b/lang/ruby-usersguide/Makefile @@ -5,14 +5,16 @@ # $FreeBSD$ # -PORTNAME= ruby-usersguide +PORTNAME= usersguide PORTVERSION= 20051121 CATEGORIES= lang ruby -MASTER_SITES= http://www.rubyist.net/~slagell/ruby/ -DISTNAME= ${PORTNAME:S/usersguide/uguide/}-${PORTVERSION} +MASTER_SITES= http://www.rubyist.net/~slagell/ruby/ \ + http://mbsd.msk.ru/dist/ +PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} +DISTNAME= ruby-uguide-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ssedov@mbsd.msk.ru COMMENT= Ruby users guide, in HTML format USE_RUBY= yes @@ -21,6 +23,8 @@ RUBY_NO_RUN_DEPENDS= yes WRKSRC= ${WRKDIR}/rg NO_BUILD= yes +DOCSDIR= ${RUBY_MODDOCDIR} +PORTDOCS= * do-install: ${MKDIR} ${RUBY_MODDOCDIR} |