diff options
author | knu <knu@FreeBSD.org> | 2002-02-24 19:47:55 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-02-24 19:47:55 +0000 |
commit | ca8ac77fb42dbfa17299c86649b6bef0524de77a (patch) | |
tree | c7a4a2173724663b6a36908d41593f84ce845115 /sysutils/portupgrade | |
parent | e681c272ec3ccfc417e8c7454a9af9b3e566a652 (diff) | |
download | FreeBSD-ports-ca8ac77fb42dbfa17299c86649b6bef0524de77a.zip FreeBSD-ports-ca8ac77fb42dbfa17299c86649b6bef0524de77a.tar.gz |
Remove cruft.
Diffstat (limited to 'sysutils/portupgrade')
-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 ab9c8c4..74d1169 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; \ |