diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-02-19 12:39:52 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-02-19 12:39:52 +0000 |
commit | 82977d8f6c2fb7b33578f6812b7db76e7cb4906e (patch) | |
tree | c28e501bd89817b35eb8d3fed0af66ef7909af9e /sysutils | |
parent | 8832cde5feddd815b2f9a16d42b761f1932428d3 (diff) | |
download | ports-82977d8f6c2fb7b33578f6812b7db76e7cb4906e.tar.gz ports-82977d8f6c2fb7b33578f6812b7db76e7cb4906e.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pkg_install-devel/Makefile | 3 | ||||
-rw-r--r-- | sysutils/pkg_install-devel/distinfo | 4 | ||||
-rw-r--r-- | sysutils/pkg_install-devel/pkg-descr | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/pkg_install-devel/Makefile b/sysutils/pkg_install-devel/Makefile index dfa2e77e8a34..02917e9dca34 100644 --- a/sysutils/pkg_install-devel/Makefile +++ b/sysutils/pkg_install-devel/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pkg_install -PORTVERSION= 20040125 -PORTREVISION= 1 +PORTVERSION= 20040216 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= eik diff --git a/sysutils/pkg_install-devel/distinfo b/sysutils/pkg_install-devel/distinfo index 1c0d1e0e66e9..52794e875876 100644 --- a/sysutils/pkg_install-devel/distinfo +++ b/sysutils/pkg_install-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (pkg_install-20040125.tar.gz) = 644307b71fe6f4c1b604bbcb88d86050 -SIZE (pkg_install-20040125.tar.gz) = 84942 +MD5 (pkg_install-20040216.tar.gz) = 943d5e1f71ad2c0c90b1632223d6ab1d +SIZE (pkg_install-20040216.tar.gz) = 84098 diff --git a/sysutils/pkg_install-devel/pkg-descr b/sysutils/pkg_install-devel/pkg-descr index 44c2af261c48..abe2ae1d30b3 100644 --- a/sysutils/pkg_install-devel/pkg-descr +++ b/sysutils/pkg_install-devel/pkg-descr @@ -5,7 +5,7 @@ only install it it you have problems with the current version or want to test the new features. If you want to replace the base system tools, install via: - make install PREFIX=/usr/local + make install PREFIX=/usr You can revert to the normal tools simply by uninstalling the port or restoring them with: cd /usr/src/usr.sbin/pkg_install; make install |