diff options
Diffstat (limited to 'emulators/linux_base/Makefile')
-rw-r--r-- | emulators/linux_base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile index 622185c2b9b5..89693470efb1 100644 --- a/emulators/linux_base/Makefile +++ b/emulators/linux_base/Makefile @@ -3,7 +3,7 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.11 1996/11/26 23:09:12 erich Exp $ +# $Id: Makefile,v 1.12 1996/11/27 12:04:32 asami Exp $ # DISTNAME= linux_lib-2.2 @@ -22,6 +22,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> |