diff options
author | sat <sat@FreeBSD.org> | 2006-05-29 06:46:12 +0000 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-05-29 06:46:12 +0000 |
commit | 54a2607847e51e64dfd41073e9566e8ba299cd79 (patch) | |
tree | b3a00dbdc3197bf7b3054bc28015ae16d2e18951 /net-p2p | |
parent | fd1e5244a133bd860267c7f4d04487d54d98f000 (diff) | |
download | FreeBSD-ports-54a2607847e51e64dfd41073e9566e8ba299cd79.zip FreeBSD-ports-54a2607847e51e64dfd41073e9566e8ba299cd79.tar.gz |
- Fix category: should be in net-p2p
- Take maintainership
PR: ports/97691
Submitted by: Sam Cassiba <drogoh@megalomaniacal.net>
Approved by: krion (mentor, implicit)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/opennap/Makefile | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 0d7d1cc..408f4f3 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -78,6 +78,7 @@ SUBDIR += napshare SUBDIR += nicotine SUBDIR += opendchub + SUBDIR += opennap SUBDIR += peercast SUBDIR += phex SUBDIR += py-vertex diff --git a/net-p2p/opennap/Makefile b/net-p2p/opennap/Makefile index 95437d0..a743b77 100644 --- a/net-p2p/opennap/Makefile +++ b/net-p2p/opennap/Makefile @@ -8,11 +8,11 @@ PORTNAME= opennap PORTVERSION= 0.44 PORTREVISION= 1 -CATEGORIES= audio net +CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= drogoh@megalomaniacal.net COMMENT= The OpenNAP open-source Napster server USE_GMAKE= YES |