diff options
author | John C. Vernaleo <john@netpurgatory.com> | 2013-10-24 07:08:55 -0700 |
---|---|---|
committer | John C. Vernaleo <john@netpurgatory.com> | 2013-10-24 07:08:55 -0700 |
commit | 141cc143bdaee811d5b797389168cdaecda134bb (patch) | |
tree | 195366fefedf86e39a0eed6aae8cdf1bab3d021c /Makefile | |
parent | 2574b021d3b76ea76ac62ef534810b66c0a3b08f (diff) | |
parent | 4cea11d2553c18bc8a8ae3a384c2dfea321f1b7e (diff) | |
download | xombrero-141cc143bdaee811d5b797389168cdaecda134bb.tar.gz |
Merge pull request #19 from andrewshadura/andrewsh/makefiles
Synchronise makefiles, add BSD makefile for Linux.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile index d12ca38..39cd2bd 100644 --- a/Makefile +++ b/Makefile @@ -59,8 +59,8 @@ beforeinstall: install -m 755 -d ${PREFIX}/man/man1/ install -m 755 -d ${PREFIX}/share/xombrero install -m 755 -d ${PREFIX}/share/applications - install -m 644 $(.CURDIR)/xombrero.css ${PREFIX}/share/xombrero - install -m 644 $(.CURDIR)/xombrero.desktop ${PREFIX}/share/applications + install -m 644 ${.CURDIR}/xombrero.css ${PREFIX}/share/xombrero + install -m 644 ${.CURDIR}/xombrero.desktop ${PREFIX}/share/applications install -m 644 ${.CURDIR}/xombreroicon16.png ${PREFIX}/share/xombrero install -m 644 ${.CURDIR}/xombreroicon32.png ${PREFIX}/share/xombrero install -m 644 ${.CURDIR}/xombreroicon48.png ${PREFIX}/share/xombrero |