diff options
author | erich <erich@FreeBSD.org> | 1997-04-14 19:03:13 +0000 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1997-04-14 19:03:13 +0000 |
commit | ff34e4ac1b51f8a6d026f654dfb59489dbc5ac3c (patch) | |
tree | d216c3184b60012b3adfc2f99bd8ee50c8ce96af /emulators/linux_base-6/Makefile | |
parent | b9f2f6f83df69036ff7a0da3e47f207a61a21f50 (diff) | |
download | FreeBSD-ports-ff34e4ac1b51f8a6d026f654dfb59489dbc5ac3c.zip FreeBSD-ports-ff34e4ac1b51f8a6d026f654dfb59489dbc5ac3c.tar.gz |
linux_lib 2.4, with a new libc for StarOffice
Diffstat (limited to 'emulators/linux_base-6/Makefile')
-rw-r--r-- | emulators/linux_base-6/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/emulators/linux_base-6/Makefile b/emulators/linux_base-6/Makefile index d32c8dd..b38ce2e 100644 --- a/emulators/linux_base-6/Makefile +++ b/emulators/linux_base-6/Makefile @@ -3,10 +3,10 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.13 1996/12/04 02:23:58 asami Exp $ +# $Id: Makefile,v 1.14 1996/12/11 17:46:11 erich Exp $ # -DISTNAME= linux_lib-2.3 +DISTNAME= linux_lib-2.4 CATEGORIES= emulators MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ @@ -24,4 +24,7 @@ pre-install: do-install: @zcat ${DISTDIR}/${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r) +post-install: + -/compat/linux/sbin/ldconfig + .include <bsd.port.mk> |