pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-priority-queue No need to specify GEM_CLEAN...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34b01c497f0f
branches:  trunk
changeset: 621925:34b01c497f0f
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jul 21 02:41:40 2013 +0000

description:
No need to specify GEM_CLEANBUILD.

diffstat:

 devel/ruby-priority-queue/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r ac4489010294 -r 34b01c497f0f devel/ruby-priority-queue/Makefile
--- a/devel/ruby-priority-queue/Makefile        Sun Jul 21 02:40:46 2013 +0000
+++ b/devel/ruby-priority-queue/Makefile        Sun Jul 21 02:41:40 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2013/07/07 15:56:50 taca Exp $
+# $NetBSD: Makefile,v 1.10 2013/07/21 02:41:40 taca Exp $
 
 DISTNAME=      PriorityQueue-0.1.2
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/PriorityQueue/priority-queue/}
@@ -10,8 +10,6 @@
 COMMENT=       Fibonacci-heap priority-queue implementation for Ruby
 LICENSE=       gnu-gpl-v2 OR ruby-license
 
-GEM_CLEANBUILD=                ext/priority_queue/CPriorityQueue.${RUBY_DLEXT} \
-                       ext/priority_queue/Makefile *.o
 OVERRIDE_GEMSPEC=      :files priority_queue.so= priority_queue.o=
 
 pre-configure:



Home | Main Index | Thread Index | Old Index