diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2003-01-31 15:42:28 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2003-01-31 15:42:28 +0000 |
commit | ec93488ff6e13140ab1aa50ad0f0bf0460880cc4 (patch) | |
tree | 11506f81dc1b45380cba3947bdeda2948be335ab /devel/ruby-inline | |
parent | Update to 0.94.14rc7. (diff) |
Sean, fixed your bug in the Makefile so the port would build. -- AlanE
Notes
Notes:
svn path=/head/; revision=74355
Diffstat (limited to 'devel/ruby-inline')
-rw-r--r-- | devel/ruby-inline/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ruby-inline/Makefile b/devel/ruby-inline/Makefile index 9970e51cb54e..6fc38f52987e 100644 --- a/devel/ruby-inline/Makefile +++ b/devel/ruby-inline/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ruby${PORTNAME} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= RubyInline-${PORTVERSION} -DIST_SUBDIR= devel ruby +DIST_SUBDIR= ruby MAINTAINER= seanc@FreeBSD.org |