diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-04-20 11:56:17 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-04-20 11:56:17 +0000 |
commit | 49e36ada0b7cad65e7b5fb3d859f7c97294830ea (patch) | |
tree | 4ab8a64259cb0ec91bf7aeb5740c08fc47ec29ae /emulators/linux_lib | |
parent | 798a7d5f97013b634e36f37d2784cf6ef3629942 (diff) | |
download | pkgsrc-49e36ada0b7cad65e7b5fb3d859f7c97294830ea.tar.gz |
Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.
Diffstat (limited to 'emulators/linux_lib')
-rw-r--r-- | emulators/linux_lib/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/emulators/linux_lib/Makefile b/emulators/linux_lib/Makefile index 5d1cce397b5..a02a72f05c5 100644 --- a/emulators/linux_lib/Makefile +++ b/emulators/linux_lib/Makefile @@ -1,24 +1,24 @@ -# $NetBSD: Makefile,v 1.7 1998/04/15 10:38:23 agc Exp $ +# $NetBSD: Makefile,v 1.8 1998/04/20 11:56:23 frueauf Exp $ # FreeBSD Id: Makefile,v 1.19 1997/12/04 17:34:28 asami Exp # -DISTNAME= linux_lib-2.4 -CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_LOCAL} -ONLY_FOR_ARCHS= i386 +DISTNAME= linux_lib-2.4 +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_LOCAL} +ONLY_FOR_ARCHS= i386 -MAINTAINER= erich@FreeBSD.org +MAINTAINER= packages@netbsd.org -PREFIX= /emul/linux +PREFIX= /emul/linux # The distfile is distributed under the GPL, so no re-distribution of # binaries without source. MIRROR_DISTFILE= no -NO_MTREE= yes -NO_BUILD= yes -EXTRACT_ONLY= # empty -NO_WRKSUBDIR= yes +NO_MTREE= yes +NO_BUILD= yes +EXTRACT_ONLY= # empty +NO_WRKSUBDIR= yes pre-install: @[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX} |