diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-24 19:47:55 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-24 19:47:55 +0000 |
commit | 34448aa4fcc63943011762d62ea3c4a7e9cf9a1b (patch) | |
tree | 42d9a9593403cbbd14baa9575977d450f9f1008e /sysutils/portupgrade/Makefile | |
parent | b7b76d5ba982b201635cea80136f4eb94647941a (diff) | |
download | ports-34448aa4fcc63943011762d62ea3c4a7e9cf9a1b.tar.gz ports-34448aa4fcc63943011762d62ea3c4a7e9cf9a1b.zip |
Notes
Diffstat (limited to 'sysutils/portupgrade/Makefile')
-rw-r--r-- | sysutils/portupgrade/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index ab9c8c4df470..74d116955623 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -55,10 +55,6 @@ INSTALL_TARGET= install 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: if [ ! -f ${PREFIX}/etc/pkgtools.conf ]; then \ ${CP} -p ${PREFIX}/etc/pkgtools.conf.sample ${PREFIX}/etc/pkgtools.conf; \ |