diff options
Diffstat (limited to 'lang/schemetoc/Makefile')
-rw-r--r-- | lang/schemetoc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/schemetoc/Makefile b/lang/schemetoc/Makefile index 909cc2b015f1..7ad3dee93cf9 100644 --- a/lang/schemetoc/Makefile +++ b/lang/schemetoc/Makefile @@ -18,7 +18,7 @@ COMMENT= Scheme-to-C, a compiler and interpreter for compiling scheme into C USE_GCC= 2.95 USE_XORG= x11 xi -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes NO_WRKSUBDIR= yes MAN1= scc.1 sci.1 @@ -34,6 +34,6 @@ post-extract: post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g; \ - s|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/scsc/*.sc + s|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/scsc/*.sc .include <bsd.port.mk> |