diff options
author | clement <clement@FreeBSD.org> | 2004-01-22 20:16:33 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-01-22 20:16:33 +0800 |
commit | b986261853674afc9ed239fc66c9bd33bb7acb46 (patch) | |
tree | e9bee20b5a51e45aaf5c4acade2ec85558c289e2 /devel/gauche-readline | |
parent | e0553a8d96a6f05a4ba5ca835611b2b84a62f81d (diff) | |
download | freebsd-ports-gnome-b986261853674afc9ed239fc66c9bd33bb7acb46.tar.gz freebsd-ports-gnome-b986261853674afc9ed239fc66c9bd33bb7acb46.tar.zst freebsd-ports-gnome-b986261853674afc9ed239fc66c9bd33bb7acb46.zip |
- Fix .PLIST* creation
Noticed by: kris
bento log:
http://bento.freebsd.org/errorlogs/i386-4-latest/gauche-readline-0.1.log
Diffstat (limited to 'devel/gauche-readline')
-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> |