View | Details | Raw Unified | Return to bug 29063
Collapse All | Expand All

(-)yawmppp/Makefile (-1 / +4 lines)
Lines 13-18 Link Here
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
15
16
USE_X_PREFIX=	yes
16
USE_GMAKE=	yes
17
USE_GMAKE=	yes
17
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
18
USE_GTK=	yes
19
USE_GTK=	yes
Lines 30-36 Link Here
30
			${WRKSRC}/configure ${WRKSRC}/*/*/Makefile.in
31
			${WRKSRC}/configure ${WRKSRC}/*/*/Makefile.in
31
32
32
pre-patch:
33
pre-patch:
33
	@${PERL} -pi -e "s|\@prefix\@/doc/|\@prefix\@/share/doc/|g" \
34
	@${PERL} -pi.orig -e "s|\@prefix\@/doc/|\@prefix\@/share/doc/|g" \
34
		${WRKSRC}/Makefile.in
35
		${WRKSRC}/Makefile.in
36
	@${PERL} -pi.orig -e 's!\/usr\/local!${PREFIX}!; \
37
		s!/usr/bin!${PREFIX}/bin!' ${WRKSRC}/src/ycommon.c
35
38
36
.include <bsd.port.mk>
39
.include <bsd.port.mk>

Return to bug 29063