diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2019-11-25 23:25:52 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2019-11-25 23:25:52 +0000 |
commit | f2ab4428432c7278a3dfc65dd19ae1a0e21e9b2f (patch) | |
tree | 52dbe489ef07375a512911ffcd740da2bf5bfaed /japanese/suicavalue | |
parent | 349193f6e0668b51b63df6aee192eed9a6930e18 (diff) |
Notes
Diffstat (limited to 'japanese/suicavalue')
-rw-r--r-- | japanese/suicavalue/files/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/suicavalue/files/Makefile b/japanese/suicavalue/files/Makefile index 57d2df62441e..000ae3a338e1 100644 --- a/japanese/suicavalue/files/Makefile +++ b/japanese/suicavalue/files/Makefile @@ -4,8 +4,8 @@ PROG= SuicaValue DPADD= ${LOCALBASE}/lib/libpasori.a LDADD= -L${LOCALBASE}/lib -lpasori -BINDIR= ${LOCALBASE}/bin -NO_MAN= +BINDIR= ${PREFIX}/bin +MAN= CFLAGS+= -I${LOCALBASE}/include CFLAGS+= -Wall -W |