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

Collapse All | Expand All

(-)perl5/Makefile (+5 lines)
Lines 51-56 Link Here
51
CONFIGURE_ARGS+=	-Dusemymalloc=n
51
CONFIGURE_ARGS+=	-Dusemymalloc=n
52
.endif
52
.endif
53
53
54
PLIST_SUB+=		PERL_VERSION=${PERL_VERSION} \
55
			PERL_VER=${PERL_VER} \
56
			PERL_ARCH=${PERL_ARCH} \
57
			SITE_PERL=${SITE_PERL:S|^${LOCALBASE}/||}
58
54
INCLUDEDIR=	/usr/include
59
INCLUDEDIR=	/usr/include
55
60
56
.ifdef USE_PERL5
61
.ifdef USE_PERL5
(-)perl5.8/Makefile (+5 lines)
Lines 60-65 Link Here
60
CONFIGURE_ARGS+=	-Dusethreads=n
60
CONFIGURE_ARGS+=	-Dusethreads=n
61
.endif
61
.endif
62
62
63
PLIST_SUB+=		PERL_VERSION=${PERL_VERSION} \
64
			PERL_VER=${PERL_VER} \
65
			PERL_ARCH=${PERL_ARCH} \
66
			SITE_PERL=${SITE_PERL:S|^${LOCALBASE}/||}
67
63
INCLUDEDIR=	/usr/include
68
INCLUDEDIR=	/usr/include
64
69
65
.include <bsd.port.pre.mk>
70
.include <bsd.port.pre.mk>

Return to bug 55515