diff options
author | taca <taca@pkgsrc.org> | 2008-06-22 02:34:26 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-06-22 02:34:26 +0000 |
commit | 1e394fcd0dc0b936f70b9f44bc64f9c6a9cacf1d (patch) | |
tree | 8db23c7561cd600b95ebcf2090d4d5675d9f1985 /comms/ruby-termios | |
parent | db8e1f436a108692bf5097f36f04d9c1a39023c4 (diff) | |
download | pkgsrc-1e394fcd0dc0b936f70b9f44bc64f9c6a9cacf1d.tar.gz |
Explicitly set DISTFILES.
Why it had no problem a little while ago?
Diffstat (limited to 'comms/ruby-termios')
-rw-r--r-- | comms/ruby-termios/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/ruby-termios/Makefile b/comms/ruby-termios/Makefile index d975c617e67..8538fcafa26 100644 --- a/comms/ruby-termios/Makefile +++ b/comms/ruby-termios/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.20 2008/06/21 03:58:51 taca Exp $ +# $NetBSD: Makefile,v 1.21 2008/06/22 02:34:26 taca Exp $ DISTNAME= ruby-termios-0.9.5 PKGNAME= ${RUBY_PKGPREFIX}-${GEM_NAME} PKGREVISION= 2 CATEGORIES= comms MASTER_SITES= http://arika.org/archive/ +DISTFILES= ${DISTNAME}.tar.gz MAINTAINER= taca@NetBSD.org HOMEPAGE= http://arika.org/ruby/termios |