diff options
author | linimon <linimon@FreeBSD.org> | 2011-12-26 07:11:48 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-12-26 07:11:48 +0800 |
commit | e0d6d9faab6201d4d5f2e018d16fa7197600e96d (patch) | |
tree | ca42096e654d2744bdd950a3d22151c39cedde97 | |
parent | 44f93e6205b8261f04274455d0702a74104e84db (diff) | |
download | freebsd-ports-gnome-e0d6d9faab6201d4d5f2e018d16fa7197600e96d.tar.gz freebsd-ports-gnome-e0d6d9faab6201d4d5f2e018d16fa7197600e96d.tar.zst freebsd-ports-gnome-e0d6d9faab6201d4d5f2e018d16fa7197600e96d.zip |
With portmgr hat, comment out the entry for py-kss.core.
This badly-named port is not being propogated through our csup/cvsup
machinery, and until this is fixed, various tools will be broken on various
people's systems.
The dicussion about whether standard Unix file-cleaners will come through
and nuke this directory anyways is left for later.
Hat: portmgr
-rw-r--r-- | devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index f0ae0a891f06..32d53412b0c6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3135,7 +3135,7 @@ do-install: SUBDIR += py-kid SUBDIR += py-kjbuckets SUBDIR += py-kqueue - SUBDIR += py-kss.core +# SUBDIR += py-kss.core SUBDIR += py-levenshtein SUBDIR += py-libgsf SUBDIR += py-ll-core |