diff options
Diffstat (limited to 'lang/metaocaml/Makefile')
-rw-r--r-- | lang/metaocaml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/metaocaml/Makefile b/lang/metaocaml/Makefile index 2010f2a68e5..d1093b1b8fa 100644 --- a/lang/metaocaml/Makefile +++ b/lang/metaocaml/Makefile @@ -63,7 +63,7 @@ OPTIONS= X11 "build the X11 graphics library" on \ .include <bsd.port.pre.mk> # Have to set this here and can't use ${DATADIR} or MLINKS get screwed up -MANPREFIX= ${PREFIX}/share/metaocaml +MANPREFIX= ${TARGETDIR}/share/metaocaml .if defined(WITH_X11) USE_XLIB= yes |