mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Remove extraneous trailing slash from MASTERDIR.
Reported by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
This commit is contained in:
parent
35412b878e
commit
d834e98538
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168570
3 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../linux_dist-gentoo-stage1/
|
||||
MASTERDIR= ${.CURDIR}/../linux_dist-gentoo-stage1
|
||||
WITH_LINUXBASE= yes
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../linux_dist-gentoo-stage2/
|
||||
MASTERDIR= ${.CURDIR}/../linux_dist-gentoo-stage2
|
||||
WITH_LINUXBASE= yes
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../linux_dist-gentoo-stage3/
|
||||
MASTERDIR= ${.CURDIR}/../linux_dist-gentoo-stage3
|
||||
WITH_LINUXBASE= yes
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
Loading…
Add table
Reference in a new issue