1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

- Create ${PREFIX}/lib/chicken.

PR:		ports/79778
Submitted by:	Juan Felipe Alvarez Saldarriaga <neb@gigax.org>
This commit is contained in:
Florent Thoumie 2005-04-12 10:16:50 +00:00
parent 4412498470
commit b15acf8ca7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133134
2 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= chicken
PORTVERSION= 1.89
PORTREVISION= 1
CATEGORIES= lang scheme
MASTER_SITES= http://www.call-with-current-continuation.org/
@ -47,6 +48,7 @@ post-patch:
${REINPLACE_CMD} -e 's|"/usr/local/include" ||' ${WRKSRC}/csc.scm.in
post-install:
${MKDIR} ${PREFIX}/lib/chicken
.if !defined(NOPORTDOCS)
${MKDIR} ${EXAMPLESDIR}
${CP} -R ${WRKSRC}/examples/* ${EXAMPLESDIR}

View File

@ -60,3 +60,5 @@ lib/libustuffed-chicken.so.0
%%PORTDOCS%%%%EXAMPLESDIR%%/x11cplot.c
%%PORTDOCS%%%%EXAMPLESDIR%%/x11cplot.h
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
@exec mkdir -p %D/lib/chicken
@dirrm lib/chicken