Sun Jun 22 02:34:26 2008 UTC ()
Explicitly set DISTFILES.

Why it had no problem a little while ago?


(taca)
diff -r1.20 -r1.21 pkgsrc/comms/ruby-termios/Makefile

cvs diff -r1.20 -r1.21 pkgsrc/comms/ruby-termios/Makefile (expand / switch to unified diff)

--- pkgsrc/comms/ruby-termios/Makefile 2008/06/21 03:58:51 1.20
+++ pkgsrc/comms/ruby-termios/Makefile 2008/06/22 02:34:26 1.21
@@ -1,20 +1,21 @@ @@ -1,20 +1,21 @@
1# $NetBSD: Makefile,v 1.20 2008/06/21 03:58:51 taca Exp $ 1# $NetBSD: Makefile,v 1.21 2008/06/22 02:34:26 taca Exp $
2 2
3DISTNAME= ruby-termios-0.9.5 3DISTNAME= ruby-termios-0.9.5
4PKGNAME= ${RUBY_PKGPREFIX}-${GEM_NAME} 4PKGNAME= ${RUBY_PKGPREFIX}-${GEM_NAME}
5PKGREVISION= 2 5PKGREVISION= 2
6CATEGORIES= comms 6CATEGORIES= comms
7MASTER_SITES= http://arika.org/archive/ 7MASTER_SITES= http://arika.org/archive/
 8DISTFILES= ${DISTNAME}.tar.gz
8 9
9MAINTAINER= taca@NetBSD.org 10MAINTAINER= taca@NetBSD.org
10HOMEPAGE= http://arika.org/ruby/termios 11HOMEPAGE= http://arika.org/ruby/termios
11COMMENT= Ruby extension to termios library 12COMMENT= Ruby extension to termios library
12 13
13GEM_NAME= ${DISTNAME:S/ruby-//} 14GEM_NAME= ${DISTNAME:S/ruby-//}
14GEM_BUILD= gemspec 15GEM_BUILD= gemspec
15GEM_CLEANBUILD= Makefile *.o termios.${RUBY_DLEXT} mkmf.log 16GEM_CLEANBUILD= Makefile *.o termios.${RUBY_DLEXT} mkmf.log
16 17
17post-extract: 18post-extract:
18 cp ${FILESDIR}/gemspec ${GEM_SPECFILE} 19 cp ${FILESDIR}/gemspec ${GEM_SPECFILE}
19 20
20.include "../../misc/rubygems/rubygem.mk" 21.include "../../misc/rubygems/rubygem.mk"