aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2006-07-24 01:24:01 +0800
committerGerald Pfeifer <gerald@FreeBSD.org>2006-07-24 01:24:01 +0800
commitd834e98538fa62541df9c71c6426f7f7c8b5b60d (patch)
treeaa5ea5f011eacb1905b97e564fbedb62a5420754 /emulators
parent35412b878ea687fa50fb79c93d08e95c4b9fa7e1 (diff)
downloadfreebsd-ports-gnome-d834e98538fa62541df9c71c6426f7f7c8b5b60d.tar.gz
freebsd-ports-gnome-d834e98538fa62541df9c71c6426f7f7c8b5b60d.tar.zst
freebsd-ports-gnome-d834e98538fa62541df9c71c6426f7f7c8b5b60d.zip
Remove extraneous trailing slash from MASTERDIR.
Reported by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Diffstat (limited to 'emulators')
-rw-r--r--emulators/linux_base-gentoo-stage1/Makefile2
-rw-r--r--emulators/linux_base-gentoo-stage2/Makefile2
-rw-r--r--emulators/linux_base-gentoo-stage3/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/emulators/linux_base-gentoo-stage1/Makefile b/emulators/linux_base-gentoo-stage1/Makefile
index 037df121d79d..fd9c89ae8742 100644
--- a/emulators/linux_base-gentoo-stage1/Makefile
+++ b/emulators/linux_base-gentoo-stage1/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-MASTERDIR= ${.CURDIR}/../linux_dist-gentoo-stage1/
+MASTERDIR= ${.CURDIR}/../linux_dist-gentoo-stage1
WITH_LINUXBASE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/emulators/linux_base-gentoo-stage2/Makefile b/emulators/linux_base-gentoo-stage2/Makefile
index 47384303c318..991cd6119e7a 100644
--- a/emulators/linux_base-gentoo-stage2/Makefile
+++ b/emulators/linux_base-gentoo-stage2/Makefile
@@ -4,7 +4,7 @@
#
# $FreeBSD$
-MASTERDIR= ${.CURDIR}/../linux_dist-gentoo-stage2/
+MASTERDIR= ${.CURDIR}/../linux_dist-gentoo-stage2
WITH_LINUXBASE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/emulators/linux_base-gentoo-stage3/Makefile b/emulators/linux_base-gentoo-stage3/Makefile
index ff0580975e00..f5d8b88c8789 100644
--- a/emulators/linux_base-gentoo-stage3/Makefile
+++ b/emulators/linux_base-gentoo-stage3/Makefile
@@ -4,7 +4,7 @@
#
# $FreeBSD$
-MASTERDIR= ${.CURDIR}/../linux_dist-gentoo-stage3/
+MASTERDIR= ${.CURDIR}/../linux_dist-gentoo-stage3
WITH_LINUXBASE= yes
.include "${MASTERDIR}/Makefile"