diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-07-01 13:16:49 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-07-01 13:16:49 +0000 |
commit | 3869f1df14cc210b3ea5d0f98489fcc5a3da240f (patch) | |
tree | 89393853fceda3b688d1d6598eea670494d17e04 /x11-fm/twander/files | |
parent | e746a0ec345dc23f4a7f1faebdc55ff38a7a5719 (diff) |
Notes
Diffstat (limited to 'x11-fm/twander/files')
-rw-r--r-- | x11-fm/twander/files/patch-Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-fm/twander/files/patch-Makefile b/x11-fm/twander/files/patch-Makefile new file mode 100644 index 000000000000..f4d274c935a2 --- /dev/null +++ b/x11-fm/twander/files/patch-Makefile @@ -0,0 +1,13 @@ +--- Makefile.orig 2014-07-01 21:05:14.490108757 +0800 ++++ Makefile 2014-07-01 21:05:33.578108694 +0800 +@@ -6,7 +6,7 @@ all: # Just need to create the compiled + @python -OOOO -c"import py_compile;py_compile.compile('twander.py')" + + install: +- ${BSD_INSTALL_SCRIPT} ./twander.py ${PREFIX}/bin +- ${BSD_INSTALL_SCRIPT} ./twander.pyo ${PREFIX}/bin +- ${BSD_INSTALL_MAN} ./twander.1.gz ${PREFIX}/man/man1 ++ ${BSD_INSTALL_SCRIPT} ./twander.py $(DESTDIR)${PREFIX}/bin ++ ${BSD_INSTALL_SCRIPT} ./twander.pyo $(DESTDIR)${PREFIX}/bin ++ ${BSD_INSTALL_MAN} ./twander.1.gz $(DESTDIR)${PREFIX}/man/man1 + |