diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-05 12:35:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-05 12:35:14 +0000 |
commit | f81b82b55ec3f274e56392741cf550e2e641cdb0 (patch) | |
tree | 8291f156aabadee901afbd7b39dcde971fcf9399 /ports-mgmt | |
parent | 0fd2203651acd18c51e965f6ce2fd54c84014ea7 (diff) |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/Makefile | 1 | ||||
-rw-r--r-- | ports-mgmt/pkg_replace/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile index 84e2b3e7c5ca..eb1e23a37d2d 100644 --- a/ports-mgmt/Makefile +++ b/ports-mgmt/Makefile @@ -18,6 +18,7 @@ SUBDIR += pkg_install SUBDIR += pkg_install-devel SUBDIR += pkg_remove + SUBDIR += pkg_replace SUBDIR += pkg_rmleaves SUBDIR += pkg_trackinst SUBDIR += pkg_tree diff --git a/ports-mgmt/pkg_replace/Makefile b/ports-mgmt/pkg_replace/Makefile index 1310b45d836e..6d5aeec924f7 100644 --- a/ports-mgmt/pkg_replace/Makefile +++ b/ports-mgmt/pkg_replace/Makefile @@ -7,7 +7,7 @@ PORTNAME= pkg_replace PORTVERSION= 0.8.0 -CATEGORIES= sysutils +CATEGORIES= ports-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR=portutil/22116 |