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

Collapse All | Expand All

(-)Makefile (-2 / +5 lines)
Lines 21-27 Link Here
21
21
22
OPTIONS=	PCRE "Enable PCRE support" off
22
OPTIONS=	PCRE "Enable PCRE support" off
23
23
24
MAN1=		chicken-profile.1 chicken-setup.1 chicken.1 csc.1 csi.1
24
MAN1=		chicken-bug.1 chicken-profile.1 chicken-setup.1 chicken.1 csc.1 csi.1
25
INFO=		chicken
26
INFODIR=	${PREFIX}/${INFO_PATH}
25
27
26
.include <bsd.port.pre.mk>
28
.include <bsd.port.pre.mk>
27
29
Lines 37-48 Link Here
37
CONFIGURE_ENV+=	ac_cv_header_pcre_h=no
39
CONFIGURE_ENV+=	ac_cv_header_pcre_h=no
38
.endif
40
.endif
39
41
40
MAKE_FLAGS+=	HOST=${HOST} PREFIX=${PREFIX} PLATFORM=${PLATFORM}
42
MAKE_FLAGS+=	HOST=${HOST} PREFIX=${PREFIX} PLATFORM=${PLATFORM} INFODIR=${PREFIX}/info
41
43
42
post-patch:
44
post-patch:
43
	${MV}  ${WRKSRC}/apply-hack.x86.s ${WRKSRC}/apply-hack.i386.s
45
	${MV}  ${WRKSRC}/apply-hack.x86.s ${WRKSRC}/apply-hack.i386.s
44
#	@${REINPLACE_CMD} -e 's/\(install-data-am: \)install-data-local/\1/' \
46
#	@${REINPLACE_CMD} -e 's/\(install-data-am: \)install-data-local/\1/' \
45
#		${WRKSRC}/Makefile.in
47
#		${WRKSRC}/Makefile.in
48
46
post-install:
49
post-install:
47
	@${MKDIR} ${PREFIX}/lib/${PORTNAME}
50
	@${MKDIR} ${PREFIX}/lib/${PORTNAME}
48
.if !defined(NOPORTDOCS)
51
.if !defined(NOPORTDOCS)

Return to bug 124086