diff options
author | asami <asami@FreeBSD.org> | 1996-11-27 20:02:28 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-27 20:02:28 +0800 |
commit | f0c847097cc27b44cc01b1ad48a6b02b90a9892f (patch) | |
tree | f199a23b40f4cf804e479642d3d4ed32a4aa2505 /devel | |
parent | 4a14169f36199dc2721490f5a679ed0c97b0b25d (diff) | |
download | freebsd-ports-gnome-f0c847097cc27b44cc01b1ad48a6b02b90a9892f.tar.gz freebsd-ports-gnome-f0c847097cc27b44cc01b1ad48a6b02b90a9892f.tar.zst freebsd-ports-gnome-f0c847097cc27b44cc01b1ad48a6b02b90a9892f.zip |
Make the comments match reality. Add master site on LOCAL_PORTS. Misc.
cleanup.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/linux_devtools-6/Makefile | 11 | ||||
-rw-r--r-- | devel/linux_devtools-7/Makefile | 11 | ||||
-rw-r--r-- | devel/linux_devtools/Makefile | 11 |
3 files changed, 15 insertions, 18 deletions
diff --git a/devel/linux_devtools-6/Makefile b/devel/linux_devtools-6/Makefile index 93eb30f6a7c9..cc655cb5ae0b 100644 --- a/devel/linux_devtools-6/Makefile +++ b/devel/linux_devtools-6/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> diff --git a/devel/linux_devtools-7/Makefile b/devel/linux_devtools-7/Makefile index 93eb30f6a7c9..cc655cb5ae0b 100644 --- a/devel/linux_devtools-7/Makefile +++ b/devel/linux_devtools-7/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> 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> |