diff options
Diffstat (limited to 'textproc/mdocml/Makefile')
-rw-r--r-- | textproc/mdocml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile index 522d9b26dd27..c4d485065764 100644 --- a/textproc/mdocml/Makefile +++ b/textproc/mdocml/Makefile @@ -13,7 +13,7 @@ COMMENT= mdoc macro compiler LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 -EXAMPLESDIR_REL=share/examples/mandoc +EXAMPLESDIR= ${PREFIX}/share/examples/mandoc CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |