diff options
-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. |