diff options
author | asami <asami@FreeBSD.org> | 1996-12-04 02:23:58 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-04 02:23:58 +0000 |
commit | 7a24c4227c40c702ab050d47d01a4e50eb6ef86c (patch) | |
tree | 624f022dc9e2caac0eb0e9cb1dfb5336630eff3b /emulators/linux_base-suse-9.1 | |
parent | f6765fe2dd86bd39e45c4535547d8150d6288d24 (diff) | |
download | FreeBSD-ports-7a24c4227c40c702ab050d47d01a4e50eb6ef86c.zip FreeBSD-ports-7a24c4227c40c702ab050d47d01a4e50eb6ef86c.tar.gz |
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-suse-9.1')
-rw-r--r-- | emulators/linux_base-suse-9.1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux_base-suse-9.1/Makefile b/emulators/linux_base-suse-9.1/Makefile index 622185c..8969347 100644 --- a/emulators/linux_base-suse-9.1/Makefile +++ b/emulators/linux_base-suse-9.1/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> |