diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-01-24 05:05:00 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-01-24 05:05:00 +0000 |
commit | c71c4c13440d09e498bf91e188063171b7904a9d (patch) | |
tree | 9c4c0f56fb05e784539b35cb8bbee06eb4101eec /emulators | |
parent | c77c809dce54f44494d1ec1b035bed41ba74c035 (diff) | |
download | pkgsrc-c71c4c13440d09e498bf91e188063171b7904a9d.tar.gz |
portlint: add Date created, move ONLY_FOR_ARCHS, fix ldconfig, no / before ${PREFIX}
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_lib/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/linux_lib/Makefile b/emulators/linux_lib/Makefile index 39328e59b0d..15fddd8cdd7 100644 --- a/emulators/linux_lib/Makefile +++ b/emulators/linux_lib/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: linux_lib # Version required: 2.1 -# Date created: +# Date created: 1997/12/04 # Whom: erich@FreeBSD.org # -# $NetBSD: Makefile,v 1.3 1998/01/22 10:26:39 agc Exp $ +# $NetBSD: Makefile,v 1.4 1998/01/24 05:05:00 hubertf Exp $ # FreeBSD Id: Makefile,v 1.19 1997/12/04 17:34:28 asami Exp # -ONLY_FOR_ARCHS= i386 DISTNAME= linux_lib-2.4 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_LOCAL} +ONLY_FOR_ARCHS= i386 MAINTAINER= erich@FreeBSD.org @@ -32,8 +32,8 @@ do-install: @zcat ${DISTDIR}/${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r) post-install: - -${PREFIX}/sbin/ldconfig + -${LDCONFIG} || /usr/bin/true ${MKDIR} ${PREFIX}/usr/lib/zoneinfo - ln -sf /etc/localtime /${PREFIX}/usr/lib/zoneinfo/localtime + ln -sf /etc/localtime ${PREFIX}/usr/lib/zoneinfo/localtime .include <bsd.port.mk> |