Mon Mar 21 08:56:40 2011 UTC ()
Add user-destdir installation support.


(obache)
diff -r1.8 -r1.9 pkgsrc/devel/ruby-eet/Makefile

cvs diff -r1.8 -r1.9 pkgsrc/devel/ruby-eet/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-eet/Makefile 2011/02/21 16:01:13 1.8
+++ pkgsrc/devel/ruby-eet/Makefile 2011/03/21 08:56:40 1.9
@@ -1,28 +1,30 @@ @@ -1,28 +1,30 @@
1# $NetBSD: Makefile,v 1.8 2011/02/21 16:01:13 taca Exp $ 1# $NetBSD: Makefile,v 1.9 2011/03/21 08:56:40 obache Exp $
2 2
3DISTNAME= ruby-eet-0.1.4 3DISTNAME= ruby-eet-0.1.4
4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//} 4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
5PKGREVISION= 4 5PKGREVISION= 4
6CATEGORIES= devel 6CATEGORIES= devel
7MASTER_SITES= ftp://code-monkey.de/pub/ruby-eet/ 7MASTER_SITES= ftp://code-monkey.de/pub/ruby-eet/
8 8
9MAINTAINER= minskim@NetBSD.org 9MAINTAINER= minskim@NetBSD.org
10HOMEPAGE= http://code-monkey.de/pages/ruby-eet 10HOMEPAGE= http://code-monkey.de/pages/ruby-eet
11COMMENT= Ruby module to read and write EET files 11COMMENT= Ruby module to read and write EET files
12LICENSE= mit 12LICENSE= mit
13 13
 14PKG_DESTDIR_SUPPORT= user-destdir
 15
14RUBY_VERSION_SUPPORTED= 18 16RUBY_VERSION_SUPPORTED= 18
15 17
16USE_RAKE= YES 18USE_RAKE= YES
17USE_TOOLS+= pkg-config 19USE_TOOLS+= pkg-config
18 20
19.include "../../devel/eet/buildlink3.mk" 21.include "../../devel/eet/buildlink3.mk"
20.include "../../lang/ruby/modules.mk" 22.include "../../lang/ruby/modules.mk"
21 23
22do-build: 24do-build:
23 cd ${WRKSRC} && ${RAKE} 25 cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${RAKE}
24 26
25do-install: 27do-install:
26 cd ${WRKSRC} && ${RAKE} install 28 cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${INSTALL_ENV} ${RAKE} install
27 29
28.include "../../mk/bsd.pkg.mk" 30.include "../../mk/bsd.pkg.mk"