diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1996-11-26 23:09:14 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1996-11-26 23:09:14 +0000 |
commit | aea4b76165f4b20136faff98f1b194f99f1fad01 (patch) | |
tree | 09ac15ab22c538e50980aebd5c9d6f7e8464e7ef /emulators/linux_base-suse-9.1/Makefile | |
parent | upgrade to November 13 version (diff) |
add X11 nls stuff, fix the build/install process.
Diffstat (limited to 'emulators/linux_base-suse-9.1/Makefile')
-rw-r--r-- | emulators/linux_base-suse-9.1/Makefile | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/emulators/linux_base-suse-9.1/Makefile b/emulators/linux_base-suse-9.1/Makefile index 9829821038f7..1b05a34ac052 100644 --- a/emulators/linux_base-suse-9.1/Makefile +++ b/emulators/linux_base-suse-9.1/Makefile @@ -3,19 +3,26 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.9 1996/10/28 15:20:13 erich Exp $ +# $Id: Makefile,v 1.10 1996/11/12 02:16:46 obrien Exp $ # -DISTNAME= linux_lib-2.1 +DISTNAME= linux_lib-2.2 CATEGORIES= emulators MAINTAINER= erich@FreeBSD.org -PREFIX= /compat/linux/ +PREFIX= /compat/linux WRKSRC= ${WRKDIR} + NO_MTREE= yes +NO_BUILD= yes +NO_EXTRACT= yes +NO_WRKDIR= yes pre-install: @[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX} +do-install: + @zcat ${DISTDIR}${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r) + .include <bsd.port.mk> |