diff options
author | taca <taca@pkgsrc.org> | 2011-11-08 15:37:33 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-11-08 15:37:33 +0000 |
commit | bb52e4f7a752f5e2ac1f16354d0f2b3697eac3b0 (patch) | |
tree | 0286d343c9b7bb896f6cd9ed6a8b20dd4ee56e2c /comms | |
parent | 49556136413ea8d7ba5690fed13dd54b893d1a08 (diff) | |
download | pkgsrc-bb52e4f7a752f5e2ac1f16354d0f2b3697eac3b0.tar.gz |
* Remove .require_paths from PLIST
* Bump PKGREVISION.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ruby-termios/Makefile | 4 | ||||
-rw-r--r-- | comms/ruby-termios/PLIST | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/comms/ruby-termios/Makefile b/comms/ruby-termios/Makefile index 7132ff7153d..843812aea36 100644 --- a/comms/ruby-termios/Makefile +++ b/comms/ruby-termios/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2011/02/21 16:01:10 taca Exp $ +# $NetBSD: Makefile,v 1.24 2011/11/08 15:37:33 taca Exp $ DISTNAME= ruby-termios-0.9.6 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= comms MAINTAINER= taca@NetBSD.org diff --git a/comms/ruby-termios/PLIST b/comms/ruby-termios/PLIST index f80c722ddf6..2da1db98b1b 100644 --- a/comms/ruby-termios/PLIST +++ b/comms/ruby-termios/PLIST @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST,v 1.10 2010/09/10 04:01:36 taca Exp $ +@comment $NetBSD: PLIST,v 1.11 2011/11/08 15:37:33 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem -${GEM_LIBDIR}/.require_paths ${GEM_LIBDIR}/ChangeLog ${GEM_LIBDIR}/README ${GEM_LIBDIR}/examples/modem_check0.rb |