From b2892ebae5bdd770ea7b5ccb92bd6e6f587739c3 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Wed, 27 Nov 1996 12:02:28 +0000 Subject: Make the comments match reality. Add master site on LOCAL_PORTS. Misc. cleanup. --- devel/linux_devtools/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'devel/linux_devtools') 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 -- cgit v1.2.3