summaryrefslogtreecommitdiff
path: root/devel/linux_devtools
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-27 12:02:28 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-27 12:02:28 +0000
commitb2892ebae5bdd770ea7b5ccb92bd6e6f587739c3 (patch)
treec930fdd48d18957e7c149f07ca70e28d5ee27a22 /devel/linux_devtools
parentAsk questions only if BATCH is not defined. Consequently, delete (diff)
Make the comments match reality. Add master site on LOCAL_PORTS. Misc.
cleanup.
Notes
Notes: svn path=/head/; revision=4703
Diffstat (limited to 'devel/linux_devtools')
-rw-r--r--devel/linux_devtools/Makefile11
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>