diff options
author | asami <asami@FreeBSD.org> | 1996-12-04 10:23:58 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-04 10:23:58 +0800 |
commit | 7a24c4227c40c702ab050d47d01a4e50eb6ef86c (patch) | |
tree | 624f022dc9e2caac0eb0e9cb1dfb5336630eff3b /emulators/linux_base/Makefile | |
parent | f6765fe2dd86bd39e45c4535547d8150d6288d24 (diff) | |
download | freebsd-ports-graphics-7a24c4227c40c702ab050d47d01a4e50eb6ef86c.tar.gz freebsd-ports-graphics-7a24c4227c40c702ab050d47d01a4e50eb6ef86c.tar.zst freebsd-ports-graphics-7a24c4227c40c702ab050d47d01a4e50eb6ef86c.zip |
Add trailing slash to ${DISTDIR}, bsd.port.mk no longer adds it.
Reported by: "Eric J. Chet" <ejc@gargoyle.bazzle.com>
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 622185c2b9b..89693470efb 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> |