diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-02-28 08:34:04 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-02-28 08:34:04 +0000 |
commit | b2fc2bafbb36e96b6f432def88f0f29b3db470aa (patch) | |
tree | ef4c6d3e50a6e20fdd0e0ba7e48509f2c2e0ba6e /devel | |
parent | Whitespace cleanup (diff) |
Add virtual category "linux" to Linux apps and support libs/utils.
Notes
Notes:
svn path=/head/; revision=26406
Diffstat (limited to 'devel')
-rw-r--r-- | devel/linux_devtools-6/Makefile | 2 | ||||
-rw-r--r-- | devel/linux_devtools-7/Makefile | 2 | ||||
-rw-r--r-- | devel/linux_devtools/Makefile | 2 | ||||
-rw-r--r-- | devel/linux_kdump/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/devel/linux_devtools-6/Makefile b/devel/linux_devtools-6/Makefile index 0d40ca06a421..880a0389089a 100644 --- a/devel/linux_devtools-6/Makefile +++ b/devel/linux_devtools-6/Makefile @@ -8,7 +8,7 @@ DISTNAME= linux_devtools PKGNAME= linux_devtools-6.1 -CATEGORIES= emulators devel +CATEGORIES= devel emulators linux MASTER_SITES= ${RPM_MIRRORS:S/__DIR__/${STDDIR}/g} DISTFILES= ${RPM_KERNEL_HEADERS} \ ${RPM_GLIBC_DEVEL} \ diff --git a/devel/linux_devtools-7/Makefile b/devel/linux_devtools-7/Makefile index 0d40ca06a421..880a0389089a 100644 --- a/devel/linux_devtools-7/Makefile +++ b/devel/linux_devtools-7/Makefile @@ -8,7 +8,7 @@ DISTNAME= linux_devtools PKGNAME= linux_devtools-6.1 -CATEGORIES= emulators devel +CATEGORIES= devel emulators linux MASTER_SITES= ${RPM_MIRRORS:S/__DIR__/${STDDIR}/g} DISTFILES= ${RPM_KERNEL_HEADERS} \ ${RPM_GLIBC_DEVEL} \ diff --git a/devel/linux_devtools/Makefile b/devel/linux_devtools/Makefile index 0d40ca06a421..880a0389089a 100644 --- a/devel/linux_devtools/Makefile +++ b/devel/linux_devtools/Makefile @@ -8,7 +8,7 @@ DISTNAME= linux_devtools PKGNAME= linux_devtools-6.1 -CATEGORIES= emulators devel +CATEGORIES= devel emulators linux MASTER_SITES= ${RPM_MIRRORS:S/__DIR__/${STDDIR}/g} DISTFILES= ${RPM_KERNEL_HEADERS} \ ${RPM_GLIBC_DEVEL} \ diff --git a/devel/linux_kdump/Makefile b/devel/linux_kdump/Makefile index 09469bdeb0c5..101aa8066e29 100644 --- a/devel/linux_kdump/Makefile +++ b/devel/linux_kdump/Makefile @@ -7,7 +7,7 @@ # DISTNAME= linux_kdump-1.4 -CATEGORIES= devel +CATEGORIES= devel linux MASTER_SITES= http://people.FreeBSD.org/~marcel/ \ ftp://ftp.scc.nl/pub/FreeBSD/distfiles/ |