diff options
author | lioux <lioux@FreeBSD.org> | 2003-04-29 01:57:13 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-04-29 01:57:13 +0000 |
commit | e8b73a696fda66d49f814b15e52827ddfab60227 (patch) | |
tree | e3f97d7986f11c04ef1364a53f0e170b89653f19 /devel/linux-understand_c | |
parent | 1d9f537be989af235ce9689275ad05cb220960fd (diff) | |
download | FreeBSD-ports-e8b73a696fda66d49f814b15e52827ddfab60227.zip FreeBSD-ports-e8b73a696fda66d49f814b15e52827ddfab60227.tar.gz |
Add "PKGNAMEPREFIX=linux-" to linux binary ports
Diffstat (limited to 'devel/linux-understand_c')
-rw-r--r-- | devel/linux-understand_c/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/linux-understand_c/Makefile b/devel/linux-understand_c/Makefile index 1268582..e756735 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 |