aboutsummaryrefslogtreecommitdiff
path: root/lang/ruby-usersguide/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-02-07 19:11:03 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-02-07 19:11:03 +0000
commit29e7b5e5c186e697671d7a6824e455f064bf972c (patch)
tree772794ff36b61d4866e1693d188c661345240941 /lang/ruby-usersguide/Makefile
parent93277a0513f19bd80f3564cd9975b06486fd2dbc (diff)
downloadports-29e7b5e5c186e697671d7a6824e455f064bf972c.tar.gz
ports-29e7b5e5c186e697671d7a6824e455f064bf972c.zip
Notes
Diffstat (limited to 'lang/ruby-usersguide/Makefile')
-rw-r--r--lang/ruby-usersguide/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/ruby-usersguide/Makefile b/lang/ruby-usersguide/Makefile
index 750155859e06..1a9961eb74b7 100644
--- a/lang/ruby-usersguide/Makefile
+++ b/lang/ruby-usersguide/Makefile
@@ -15,24 +15,20 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
SHORTNAME= ${PORTNAME:S/usersguide/uguide/}
-VERSION?= 20001008
+VERSION?= 20010131
USE_RUBY= yes
RUBY_NO_BUILD_DEPENDS= yes
RUBY_NO_RUN_DEPENDS= yes
-WRKSRC= ${WRKDIR}/${SHORTNAME}
+WRKSRC?= ${WRKDIR}/rg
NO_BUILD= yes
PLIST_SUB= LANGSUFFIX="${LANGSUFFIX}"
DOCDIR= ${RUBY_DOCDIR}/${PORTNAME}${LANGSUFFIX}
-post-extract:
- if [ -f ${WRKSRC}/ansi.com ]; then ${RM} ${WRKSRC}/ansi.com; fi
-
do-install:
${MKDIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/* ${DOCDIR}
- ${LN} -fs uguide00.html ${DOCDIR}/index.html
.include <bsd.port.mk>