diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2005-03-01 21:51:48 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2005-03-01 21:51:48 +0000 |
commit | e66743b7d5c663a5e3a9a9e67d3fe5dd1e764458 (patch) | |
tree | 7936caa341865bdd86dc776b23c0391475d35f91 /net-p2p | |
parent | 5d73417db4efc2f662a4a1403544df68f7a88247 (diff) |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/linux-agsatellite/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/linux-edonkey-core/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/linux-edonkey-server/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/linux-edonkey-tool-recovermet/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/linux-jigdo/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/linux-overnet-core/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/peercast/Makefile | 2 |
7 files changed, 6 insertions, 7 deletions
diff --git a/net-p2p/linux-agsatellite/Makefile b/net-p2p/linux-agsatellite/Makefile index a2df25e0e13d..54eee9d32d2e 100644 --- a/net-p2p/linux-agsatellite/Makefile +++ b/net-p2p/linux-agsatellite/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XF WRKSRC= ${WRKDIR}/${DISTNAME:C/-.*//} -USE_LINUX= yes NO_BUILD= yes USE_REINPLACE= yes STRIP= diff --git a/net-p2p/linux-edonkey-core/Makefile b/net-p2p/linux-edonkey-core/Makefile index 6fda23a509c9..d4b6c412bfeb 100644 --- a/net-p2p/linux-edonkey-core/Makefile +++ b/net-p2p/linux-edonkey-core/Makefile @@ -19,7 +19,7 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= eDonkey2000 'core' command line client ONLY_FOR_ARCHS= i386 -USE_LINUX= yes +USE_LINUX?= yes NO_WRKSUBDIR= yes NO_BUILD= yes STRIP= diff --git a/net-p2p/linux-edonkey-server/Makefile b/net-p2p/linux-edonkey-server/Makefile index fffd87c540d3..50e4a36ce2b3 100644 --- a/net-p2p/linux-edonkey-server/Makefile +++ b/net-p2p/linux-edonkey-server/Makefile @@ -20,7 +20,7 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= A decentralized peer-to-peer file-sharing server (eDonkey2000 server) ONLY_FOR_ARCHS= i386 -USE_LINUX= yes +USE_LINUX?= yes NO_WRKSUBDIR= yes NO_BUILD= yes STRIP= diff --git a/net-p2p/linux-edonkey-tool-recovermet/Makefile b/net-p2p/linux-edonkey-tool-recovermet/Makefile index 86512d25fb75..9235742dcca8 100644 --- a/net-p2p/linux-edonkey-tool-recovermet/Makefile +++ b/net-p2p/linux-edonkey-tool-recovermet/Makefile @@ -20,7 +20,7 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= Tool that tries to re-create x.part.met files compromised due to crash ONLY_FOR_ARCHS= i386 -USE_LINUX= yes +USE_LINUX?= yes NO_WRKSUBDIR= yes NO_BUILD= yes PLIST_FILES= bin/edonkey-tool-recovermet diff --git a/net-p2p/linux-jigdo/Makefile b/net-p2p/linux-jigdo/Makefile index 7776c2c0d8a8..ca49a96551eb 100644 --- a/net-p2p/linux-jigdo/Makefile +++ b/net-p2p/linux-jigdo/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget ONLY_FOR_ARCHS= i386 USE_BZIP2= YES -USE_LINUX= yes +USE_LINUX?= yes NO_BUILD= yes STRIP= diff --git a/net-p2p/linux-overnet-core/Makefile b/net-p2p/linux-overnet-core/Makefile index 524b77326502..512dd38ea104 100644 --- a/net-p2p/linux-overnet-core/Makefile +++ b/net-p2p/linux-overnet-core/Makefile @@ -18,7 +18,7 @@ MAINTAINER= arundel@h3c.de COMMENT= Overnet 'core' command line client ONLY_FOR_ARCHS= i386 -USE_LINUX= yes +USE_LINUX?= yes NO_BUILD= yes NO_WRKSUBDIR= yes STRIP= diff --git a/net-p2p/peercast/Makefile b/net-p2p/peercast/Makefile index 7e2c7ef0cb94..64e0e931290a 100644 --- a/net-p2p/peercast/Makefile +++ b/net-p2p/peercast/Makefile @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= jylefort@brutele.be COMMENT= A peer-to-peer network for broadcasting and listening to streams -USE_LINUX= yes +USE_LINUX?= yes NO_WRKSUBDIR= yes do-build: |