diff options
author | pav <pav@FreeBSD.org> | 2007-01-28 21:50:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-01-28 21:50:34 +0800 |
commit | 65d29b94b21ab5ee817b851ba5b1c6c52faf7ae8 (patch) | |
tree | 2b6614cd694d96cf41c29f5c4c2b5b2e5ab29bfa /net-p2p | |
parent | 9ac017b7aa2a1218268fdbf3f11f8bd88c58ac43 (diff) | |
download | freebsd-ports-gnome-65d29b94b21ab5ee817b851ba5b1c6c52faf7ae8.tar.gz freebsd-ports-gnome-65d29b94b21ab5ee817b851ba5b1c6c52faf7ae8.tar.zst freebsd-ports-gnome-65d29b94b21ab5ee817b851ba5b1c6c52faf7ae8.zip |
- Move audio/lopster to net-p2p/lopster
PR: ports/108366
Submitted by: Conrad J. Sabatier <conrads@cox.net>
Repocopied by: marcus
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/lopster/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 36bbc8702057..37817101b45a 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -62,6 +62,7 @@ SUBDIR += linux-edonkey-tool-recovermet SUBDIR += linux-jigdo SUBDIR += linuxdcpp + SUBDIR += lopster SUBDIR += microdc SUBDIR += microdc2 SUBDIR += minder diff --git a/net-p2p/lopster/Makefile b/net-p2p/lopster/Makefile index 058f57e76f4e..d8716b26797c 100644 --- a/net-p2p/lopster/Makefile +++ b/net-p2p/lopster/Makefile @@ -8,7 +8,7 @@ PORTNAME= lopster PORTVERSION= 1.2.2 PORTREVISION= 2 -CATEGORIES= audio +CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://lopster.sourceforge.net/download/ MASTER_SITE_SUBDIR= ${PORTNAME} |