diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2017-04-29 17:55:55 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2017-04-29 17:55:55 +0000 |
commit | f69dbf38cf706fc4ea9114343fd8c6608a6b3efc (patch) | |
tree | 26ddae9f4a2cb2c97cffc3317352831d1a4a9978 /comms | |
parent | eb17c18bf685b611549d0f301882859fa7c709e5 (diff) | |
download | ports-f69dbf38cf706fc4ea9114343fd8c6608a6b3efc.tar.gz ports-f69dbf38cf706fc4ea9114343fd8c6608a6b3efc.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/direwolf/files/Makefile.FreeBSD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/direwolf/files/Makefile.FreeBSD b/comms/direwolf/files/Makefile.FreeBSD index 9041311a9726..98625bd81c4c 100644 --- a/comms/direwolf/files/Makefile.FreeBSD +++ b/comms/direwolf/files/Makefile.FreeBSD @@ -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. |