Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 543360
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/Makefile  2015-03-14 21:16:42.408302785 +0100
0
++ b/Makefile  2015-03-14 21:16:59.248940573 +0100
Lines 1-6 Link Here
1
PROGRAM  = cliaspora
1
PROGRAM  = cliaspora
2
MANFILE     = ${PROGRAM}.1
2
MANFILE     = ${PROGRAM}.1
3
PREFIX   = /usr/local
3
PREFIX   = ${ED}/usr
4
BINDIR  = ${PREFIX}/bin
4
BINDIR  = ${PREFIX}/bin
5
MANDIR  = ${PREFIX}/man/man1
5
MANDIR  = ${PREFIX}/man/man1
6
SOURCES  = ${PROGRAM}.c config.c ssl.c http.c json.c file.c readpass.c str.c
6
SOURCES  = ${PROGRAM}.c config.c ssl.c http.c json.c file.c readpass.c str.c

Return to bug 543360