From 77c302b6e7aa98ad6fb243b77b67d7183643ac44 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Thu, 21 Feb 2002 05:23:53 +0000 Subject: Fix a typo (replace overkill): abs_db_driver -> abs_db_dir. (fixes `portinstall category/portname', etc.) Bump PORTREVISION. --- sysutils/portupgrade-devel/Makefile | 3 ++- sysutils/portupgrade/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'sysutils') diff --git a/sysutils/portupgrade-devel/Makefile b/sysutils/portupgrade-devel/Makefile index 35f75457e5db..11aa6151ae4f 100644 --- a/sysutils/portupgrade-devel/Makefile +++ b/sysutils/portupgrade-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= portupgrade PORTVERSION= 20020220.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ @@ -56,6 +56,7 @@ INSTALL_TARGET+= install-doc .endif post-patch: + ${RUBY} -i.orig -pe 'gsub(/abs_db_driver/, "abs_db_dir")' ${WRKSRC}/lib/pkgdb.rb ${RUBY} -i.orig -pe '$$. == 85 and sub(/_freebsd_pkgtools_which_files/, "_freebsd_pkgtools_ports")' ${WRKSRC}/misc/zsh/_pkgtools post-install: diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index 35f75457e5db..11aa6151ae4f 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -7,7 +7,7 @@ PORTNAME= portupgrade PORTVERSION= 20020220.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ @@ -56,6 +56,7 @@ INSTALL_TARGET+= install-doc .endif post-patch: + ${RUBY} -i.orig -pe 'gsub(/abs_db_driver/, "abs_db_dir")' ${WRKSRC}/lib/pkgdb.rb ${RUBY} -i.orig -pe '$$. == 85 and sub(/_freebsd_pkgtools_which_files/, "_freebsd_pkgtools_ports")' ${WRKSRC}/misc/zsh/_pkgtools post-install: -- cgit v1.2.3