View | Details | Raw Unified | Return to bug 94456 | Differences between
and this patch

Collapse All | Expand All

(-)lang/clisp/Makefile (+4 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	clisp
8
PORTNAME=	clisp
9
PORTVERSION=	2.38
9
PORTVERSION=	2.38
10
PORTREVISION=	1
10
CATEGORIES=	lang lisp
11
CATEGORIES=	lang lisp
11
MASTER_SITES=	${MASTER_SITE_GNU}
12
MASTER_SITES=	${MASTER_SITE_GNU}
12
MASTER_SITE_SUBDIR=${PORTNAME}/release/${PORTVERSION}
13
MASTER_SITE_SUBDIR=${PORTNAME}/release/${PORTVERSION}
Lines 45-50 Link Here
45
	cd ${WRKSRC}/${BUILD_DIRNAME} && \
46
	cd ${WRKSRC}/${BUILD_DIRNAME} && \
46
	./makemake ${MAKEMAKE_ARGS} > Makefile && \
47
	./makemake ${MAKEMAKE_ARGS} > Makefile && \
47
	make config.lisp
48
	make config.lisp
49
50
	${REINPLACE_CMD} -e 's#^CFLAGS =#CFLAGS = -I${LOCALBASE}/include#' \
51
	                 ${WRKSRC}/${BUILD_DIRNAME}/Makefile
48
52
49
MAN1=	clisp.1
53
MAN1=	clisp.1
50
54

Return to bug 94456