summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-02-21 05:23:53 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-02-21 05:23:53 +0000
commit77c302b6e7aa98ad6fb243b77b67d7183643ac44 (patch)
treea343f6a86ff97807dc8283bbae009fbd5472a67a /sysutils
parentCorrect location of pilot-xfer file since it has changed due to the (diff)
Fix a typo (replace overkill): abs_db_driver -> abs_db_dir. (fixes
`portinstall category/portname', etc.) Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=55021
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/portupgrade-devel/Makefile3
-rw-r--r--sysutils/portupgrade/Makefile3
2 files changed, 4 insertions, 2 deletions
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: