diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-27 12:02:28 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-27 12:02:28 +0000 |
commit | b2892ebae5bdd770ea7b5ccb92bd6e6f587739c3 (patch) | |
tree | c930fdd48d18957e7c149f07ca70e28d5ee27a22 /devel/linux_devtools | |
parent | 817588a8af2527f718ee5db1c0bf65e0f57dff8d (diff) | |
download | ports-b2892ebae5bdd770ea7b5ccb92bd6e6f587739c3.tar.gz ports-b2892ebae5bdd770ea7b5ccb92bd6e6f587739c3.zip |
Notes
Diffstat (limited to 'devel/linux_devtools')
-rw-r--r-- | devel/linux_devtools/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/devel/linux_devtools/Makefile b/devel/linux_devtools/Makefile index 93eb30f6a7c9..cc655cb5ae0b 100644 --- a/devel/linux_devtools/Makefile +++ b/devel/linux_devtools/Makefile @@ -1,21 +1,20 @@ -# New ports collection makefile for: linux_lib +# New ports collection makefile for: linux_devel # Version required: 0.1 -# Date created: +# Date created: Nov 26 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.10 1996/11/12 02:16:46 obrien Exp $ +# $Id: Makefile,v 1.1.1.1 1996/11/26 23:15:07 erich Exp $ # DISTNAME= linux_devel-0.1 CATEGORIES= devel +MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ MAINTAINER= erich@FreeBSD.org RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib PREFIX= /compat/linux -WRKSRC= ${WRKDIR} - NO_MTREE= yes NO_BUILD= yes NO_EXTRACT= yes @@ -25,6 +24,6 @@ pre-install: @[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX} do-install: - zcat ${DISTDIR}${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r) + zcat ${DISTDIR}/${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r) .include <bsd.port.mk> |