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 /devel | |
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 'devel')
-rw-r--r-- | devel/linux-understand_ada/Makefile | 1 | ||||
-rw-r--r-- | devel/linux-understand_c/Makefile | 1 | ||||
-rw-r--r-- | devel/understand_ada/Makefile | 1 | ||||
-rw-r--r-- | devel/understand_c/Makefile | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/devel/linux-understand_ada/Makefile b/devel/linux-understand_ada/Makefile index 525db4d45d2e..1e183c104497 100644 --- a/devel/linux-understand_ada/Makefile +++ b/devel/linux-understand_ada/Makefile @@ -10,6 +10,7 @@ PORTVERSION= 1.4.206 CATEGORIES= devel linux MASTER_SITES= http://www.scitools.com/ftp/pub/download/${PORTNAME}/%SUBDIR%/ MASTER_SITE_SUBDIR= latest pastbuilds +PKGNAMEPREFIX= linux- DISTNAME= und_ada-14b${PORTVERSION:E}-linux MAINTAINER= lioux@FreeBSD.org diff --git a/devel/linux-understand_c/Makefile b/devel/linux-understand_c/Makefile index 1268582a5ec7..e756735380d5 100644 --- a/devel/linux-understand_c/Makefile +++ b/devel/linux-understand_c/Makefile @@ -11,6 +11,7 @@ PORTEPOCH= 1 CATEGORIES= devel linux MASTER_SITES= http://www.scitools.com/ftp/pub/download/understand_c/%SUBDIR%/ MASTER_SITE_SUBDIR= latest pastbuilds +PKGNAMEPREFIX= linux- DISTNAME= und_c-14b${PORTVERSION:E}-linux MAINTAINER= lioux@FreeBSD.org diff --git a/devel/understand_ada/Makefile b/devel/understand_ada/Makefile index 525db4d45d2e..1e183c104497 100644 --- a/devel/understand_ada/Makefile +++ b/devel/understand_ada/Makefile @@ -10,6 +10,7 @@ PORTVERSION= 1.4.206 CATEGORIES= devel linux MASTER_SITES= http://www.scitools.com/ftp/pub/download/${PORTNAME}/%SUBDIR%/ MASTER_SITE_SUBDIR= latest pastbuilds +PKGNAMEPREFIX= linux- DISTNAME= und_ada-14b${PORTVERSION:E}-linux MAINTAINER= lioux@FreeBSD.org diff --git a/devel/understand_c/Makefile b/devel/understand_c/Makefile index 1268582a5ec7..e756735380d5 100644 --- a/devel/understand_c/Makefile +++ b/devel/understand_c/Makefile @@ -11,6 +11,7 @@ PORTEPOCH= 1 CATEGORIES= devel linux MASTER_SITES= http://www.scitools.com/ftp/pub/download/understand_c/%SUBDIR%/ MASTER_SITE_SUBDIR= latest pastbuilds +PKGNAMEPREFIX= linux- DISTNAME= und_c-14b${PORTVERSION:E}-linux MAINTAINER= lioux@FreeBSD.org |