diff options
author | erwin <erwin@FreeBSD.org> | 2006-01-10 23:00:50 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-01-10 23:00:50 +0800 |
commit | 8aea79cd571397e5d9a4edfe48593d8f072fc45b (patch) | |
tree | 8f0072bc208b17b3135035fe80a4365c953e8238 /net/linneighborhood | |
parent | 138601f2cd76c4b885a5ea1ac8545f753f3515f9 (diff) | |
download | freebsd-ports-gnome-8aea79cd571397e5d9a4edfe48593d8f072fc45b.tar.gz freebsd-ports-gnome-8aea79cd571397e5d9a4edfe48593d8f072fc45b.tar.zst freebsd-ports-gnome-8aea79cd571397e5d9a4edfe48593d8f072fc45b.zip |
Fix botched repocopy.
CATEGORY is not net no longer sysutils.
Submitted by: chkversion (kris)
Pointy hat to: vs
Diffstat (limited to 'net/linneighborhood')
-rw-r--r-- | net/linneighborhood/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/linneighborhood/Makefile b/net/linneighborhood/Makefile index 11f3dedbb883..a7801e4a2c32 100644 --- a/net/linneighborhood/Makefile +++ b/net/linneighborhood/Makefile @@ -8,7 +8,7 @@ PORTNAME= LinNeighborhood PORTVERSION= 0.6.5 PORTREVISION= 5 -CATEGORIES= sysutils +CATEGORIES= net MASTER_SITES= http://www.bnro.de/~schmidjo/download/ MAINTAINER= ports@FreeBSD.org |