View | Details | Raw Unified | Return to bug 76917
Collapse All | Expand All

(-)/mnt/ports/security/ruby-acl/Makefile (-7 / +3 lines)
Lines 15-27 Link Here
15
MAINTAINER=	knu@FreeBSD.org
15
MAINTAINER=	knu@FreeBSD.org
16
COMMENT=	Ruby module to provide Access Control List checks
16
COMMENT=	Ruby module to provide Access Control List checks
17
17
18
BROKEN=		Does not build
19
EXPIRATION_DATE=2005-02-18
20
DEPRECATED=	${BROKEN}
21
22
USE_RUBY=	yes
18
USE_RUBY=	yes
23
19
24
NO_BUILD=	yess
20
NO_BUILD=	yes
25
21
26
RUBY_RD_FILES=	doc/acl.rd doc/ja/acl.rd.ja
22
RUBY_RD_FILES=	doc/acl.rd doc/ja/acl.rd.ja
27
23
Lines 35-42 Link Here
35
31
36
post-install: doc-install
32
post-install: doc-install
37
33
38
.include <bsd.port.mk>
39
40
doc-install:
34
doc-install:
41
.if !defined(NOPORTDOCS)
35
.if !defined(NOPORTDOCS)
42
	${MKDIR} ${RUBY_MODEXAMPLESDIR}
36
	${MKDIR} ${RUBY_MODEXAMPLESDIR}
Lines 44-46 Link Here
44
	${MKDIR} ${RUBY_MODDOCDIR}
38
	${MKDIR} ${RUBY_MODDOCDIR}
45
	${CP} -R ${WRKSRC}/doc/* ${RUBY_MODDOCDIR}/
39
	${CP} -R ${WRKSRC}/doc/* ${RUBY_MODDOCDIR}/
46
.endif
40
.endif
41
42
.include <bsd.port.mk>
(-)/mnt/ports/security/ruby-acl/files/patch-install.rb (+11 lines)
Line 0 Link Here
1
--- install.rb~	Fri Jan 28 00:37:45 2005
2
+++ install.rb	Fri Jan 28 00:38:12 2005
3
@@ -41,7 +41,7 @@
4
     site_libdir = $:.find {|x| x =~ /site_ruby$/}
5
     if !site_libdir
6
       site_libdir = File.join(@libdir, "site_ruby")
7
-    elsif site_libdir !~ Regexp.quote(@version)
8
+    elsif site_libdir !~ /#{Regexp.quote(@version)}/
9
       site_libdir = File.join(site_libdir, @version)
10
     end
11
     site_libdir

Return to bug 76917