diff options
author | sketch <sketch@pkgsrc.org> | 2003-12-19 12:04:20 +0000 |
---|---|---|
committer | sketch <sketch@pkgsrc.org> | 2003-12-19 12:04:20 +0000 |
commit | c9989faa7d28e8ca1615a0c096cf5c12faff11d0 (patch) | |
tree | 7fa55e21659c11ed8a8e928d84a3969323555d87 /comms | |
parent | 5b45acc471ad704476938f6a0be12e0d2f05a5d2 (diff) | |
download | pkgsrc-c9989faa7d28e8ca1615a0c096cf5c12faff11d0.tar.gz |
Bump PKGREVISION for packages which install files into RUBY_ARCHLIBDIR,
which has changed for Solaris installs.
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 5b336f60542..eea5e750042 100644 --- a/comms/ruby-termios/Makefile +++ b/comms/ruby-termios/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2003/09/19 23:08:26 dent Exp $ +# $NetBSD: Makefile,v 1.7 2003/12/19 12:04:20 sketch Exp $ # DISTNAME= ruby-termios-0.9.4 PKGNAME= ${RUBY_PKGNAMEPREFIX}termios-0.9.4 +PKGREVISION= 1 CATEGORIES= comms MASTER_SITES= http://arika.org/archive/ |