diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-22 12:16:33 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-22 12:16:33 +0000 |
commit | f26c8efaac7d5c7934a01e89d790bac25766df39 (patch) | |
tree | 99fc9453b0bce61434f1a5e1f64e63319f6294f6 /devel | |
parent | 1464e9906bf82f06cca041f9d9908706774932ff (diff) | |
download | ports-f26c8efaac7d5c7934a01e89d790bac25766df39.tar.gz ports-f26c8efaac7d5c7934a01e89d790bac25766df39.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gauche-readline/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/gauche-readline/Makefile b/devel/gauche-readline/Makefile index 19ee95b2a590..324fc940830a 100644 --- a/devel/gauche-readline/Makefile +++ b/devel/gauche-readline/Makefile @@ -19,12 +19,10 @@ COMMENT= A pure gauche/scheme implementation of the Readline library RUN_DEPENDS= gosh:${PORTSDIR}/lang/gauche BUILD_DEPENDS= gauche-config:${PORTSDIR}/lang/gauche -.include <bsd.port.pre.mk> -GAUCHE_CONFIG= ${LOCALBASE}/bin/gauche-config -GAUCHE_LIBDIR= ${GAUCHE_CONFIG} --sitelibdir -PLIST_SUB+= GAUCHE_LIBDIR=${GAUCHE_LIBDIR:S/${LOCALBASE}\///} +GAUCHE_LIBDIR= share/gauche/site/lib +PLIST_SUB+= GAUCHE_LIBDIR=${GAUCHE_LIBDIR} do-install: - @${CP} -r ${WRKSRC}/readline* ${GAUCHE_LIBDIR} + ${CP} -R ${WRKSRC}/readline* `gauche-config --sitelibdir` -.include <bsd.port.post.mk> +.include <bsd.port.mk> |