mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
Do not separate ${DESTDIR}${PREFIX} with a slash: this is redundant when
PREFIX is an absolute path (common case) and could break things if it is not (and DESTDIR is empty). Should have been part of r439766.
This commit is contained in:
parent
eb17c18bf6
commit
f69dbf38cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439768
@ -191,7 +191,7 @@ direwolf.conf : generic.conf
|
||||
# This is a step in the right direction but not sufficient to use /usr instead.
|
||||
# Eventually I'd like to have targets here to build the .DEB and .RPM packages.
|
||||
|
||||
INSTALLDIR := ${DESTDIR}/${PREFIX}
|
||||
INSTALLDIR := ${DESTDIR}${PREFIX}
|
||||
SHAREDIR := ${INSTALLDIR}/share
|
||||
|
||||
# Command to "install" to system directories. Use "ginstall" for Mac.
|
||||
|
Loading…
Reference in New Issue
Block a user