diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-11 21:30:15 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-11 21:30:15 +0000 |
commit | ed33fb7de058a6d91ae1c86c9dda42a1a2508b54 (patch) | |
tree | bb126f7f4deabe676254cb651c5b8a780976235f /devel/linux_devtools | |
parent | cd551d001ae65b6035a625879180b837df06f895 (diff) | |
download | ports-ed33fb7de058a6d91ae1c86c9dda42a1a2508b54.tar.gz ports-ed33fb7de058a6d91ae1c86c9dda42a1a2508b54.zip |
Notes
Diffstat (limited to 'devel/linux_devtools')
-rw-r--r-- | devel/linux_devtools/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/linux_devtools/Makefile b/devel/linux_devtools/Makefile index 880a0389089a..61569f996ff0 100644 --- a/devel/linux_devtools/Makefile +++ b/devel/linux_devtools/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: linux_devtools -# Version required: 6.1 # Date created: Jul 9, 1999 # Whom: marcel@FreeBSD.org # # $FreeBSD$ # -DISTNAME= linux_devtools -PKGNAME= linux_devtools-6.1 +PORTNAME= linux_devtools +PORTVERSION= 6.1 CATEGORIES= devel emulators linux MASTER_SITES= ${RPM_MIRRORS:S/__DIR__/${STDDIR}/g} DISTFILES= ${RPM_KERNEL_HEADERS} \ |