diff options
author | lioux <lioux@FreeBSD.org> | 2003-04-29 09:57:13 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-04-29 09:57:13 +0800 |
commit | e8b73a696fda66d49f814b15e52827ddfab60227 (patch) | |
tree | e3f97d7986f11c04ef1364a53f0e170b89653f19 /net-p2p | |
parent | 1d9f537be989af235ce9689275ad05cb220960fd (diff) | |
download | freebsd-ports-gnome-e8b73a696fda66d49f814b15e52827ddfab60227.tar.gz freebsd-ports-gnome-e8b73a696fda66d49f814b15e52827ddfab60227.tar.zst freebsd-ports-gnome-e8b73a696fda66d49f814b15e52827ddfab60227.zip |
Add "PKGNAMEPREFIX=linux-" to linux binary ports
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/linux-agsatellite/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/linux-edonkey-core/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/linux-edonkey-tool-recovermet/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/net-p2p/linux-agsatellite/Makefile b/net-p2p/linux-agsatellite/Makefile index bb77d5009d4f..ca3f568970c7 100644 --- a/net-p2p/linux-agsatellite/Makefile +++ b/net-p2p/linux-agsatellite/Makefile @@ -10,6 +10,7 @@ PORTVERSION= 0.520 PORTREVISION= 2 CATEGORIES= audio net linux MASTER_SITES= http://www.audiogalaxy.com/downloads/ +PKGNAMEPREFIX= linux- DISTNAME= AGSatellite${PORTVERSION:S/.//}-glibc21 MAINTAINER= lioux@FreeBSD.org diff --git a/net-p2p/linux-edonkey-core/Makefile b/net-p2p/linux-edonkey-core/Makefile index 376de4c56e27..d47c12c2f013 100644 --- a/net-p2p/linux-edonkey-core/Makefile +++ b/net-p2p/linux-edonkey-core/Makefile @@ -10,6 +10,7 @@ PORTVERSION= 0.48 PORTEPOCH= 1 CATEGORIES= net linux MASTER_SITES= http://www.overnet.com/files/ +PKGNAMEPREFIX= linux- PKGNAMESUFFIX= -core DISTNAME= donkey${PORTVERSION} diff --git a/net-p2p/linux-edonkey-tool-recovermet/Makefile b/net-p2p/linux-edonkey-tool-recovermet/Makefile index 2d863b74438c..da8f01066109 100644 --- a/net-p2p/linux-edonkey-tool-recovermet/Makefile +++ b/net-p2p/linux-edonkey-tool-recovermet/Makefile @@ -9,6 +9,7 @@ PORTNAME= edonkey PORTVERSION= 0.0.2 CATEGORIES= misc linux MASTER_SITES= http://users.aber.ac.uk/tpm01/ed2k_tools/ +PKGNAMEPREFIX= linux- PKGNAMESUFFIX= -tool-recovermet DISTNAME= ed2k_recovermet EXTRACT_SUFX= .gz |