diff options
author | taca <taca> | 2008-06-22 02:34:26 +0000 |
---|---|---|
committer | taca <taca> | 2008-06-22 02:34:26 +0000 |
commit | 06f1e749e1c3d1383480968ef53c25e38b852761 (patch) | |
tree | 8db23c7561cd600b95ebcf2090d4d5675d9f1985 /comms | |
parent | 7a8b215e77e63a9f41e82312fa3080e47b6c8cba (diff) | |
download | pkgsrc-06f1e749e1c3d1383480968ef53c25e38b852761.tar.gz |
Explicitly set DISTFILES.
Why it had no problem a little while ago?
Diffstat (limited to 'comms')
-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 |