diff options
author | sketch <sketch> | 2003-12-19 12:04:20 +0000 |
---|---|---|
committer | sketch <sketch> | 2003-12-19 12:04:20 +0000 |
commit | 69252b95676223edeae22f22299f21fdec19c4ac (patch) | |
tree | 7fa55e21659c11ed8a8e928d84a3969323555d87 /security | |
parent | 1799a4499e272c35c03b5dd6d3a34ee578cfbf62 (diff) | |
download | pkgsrc-69252b95676223edeae22f22299f21fdec19c4ac.tar.gz |
Bump PKGREVISION for packages which install files into RUBY_ARCHLIBDIR,
which has changed for Solaris installs.
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-digest/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/ruby-digest/Makefile b/security/ruby-digest/Makefile index 50b4c492402..1a8d663f3e2 100644 --- a/security/ruby-digest/Makefile +++ b/security/ruby-digest/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 22:53:13 grant Exp $ +# $NetBSD: Makefile,v 1.5 2003/12/19 12:04:20 sketch Exp $ # DISTNAME= ${RUBY_DISTNAME} PKGNAME= ${RUBY_PKGNAMEPREFIX}digest-${RUBY_VERSION} +PKGREVISION= 1 WRKSRC= ${RUBY_WRKSRC}/ext/digest CATEGORIES= security MASTER_SITES= ${MASTER_SITE_RUBY} |