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

(-)Makefile (+3 lines)
Lines 146-151 Link Here
146
	@${ECHO} "				  (affects only 32-bit platforms)."
146
	@${ECHO} "				  (affects only 32-bit platforms)."
147
	@${ECHO} "	WITH_THREADS=yes	  Build threaded perl."
147
	@${ECHO} "	WITH_THREADS=yes	  Build threaded perl."
148
	@${ECHO} "	ENABLE_SUIDPERL=yes	  Also build set-user-id suidperl binary."
148
	@${ECHO} "	ENABLE_SUIDPERL=yes	  Also build set-user-id suidperl binary."
149
	@${ECHO} "      WITHOUT_USE_PERL=yes      Do not rewrite links in /usr/bin"
149
	@${ECHO} ""
150
	@${ECHO} ""
150
151
151
post-patch:
152
post-patch:
Lines 187-196 Link Here
187
	${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
188
	${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
188
		${BSDPAN_WRKSRC}/${files} ${BSDPAN_DEST}/${files}
189
		${BSDPAN_WRKSRC}/${files} ${BSDPAN_DEST}/${files}
189
.endfor
190
.endfor
191
.ifndef WITHOUT_USE_PERL
190
	PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
192
	PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
191
.if ${OSVERSION} < 500036
193
.if ${OSVERSION} < 500036
192
	${INSTALL_SCRIPT} ${WRKDIR}/use.perl ${PREFIX}/bin/use.perl
194
	${INSTALL_SCRIPT} ${WRKDIR}/use.perl ${PREFIX}/bin/use.perl
193
	@fmt ${PKGMESSAGE}
195
	@fmt ${PKGMESSAGE}
196
.endif
194
.endif
197
.endif
195
198
196
rebuild-xs:
199
rebuild-xs:

Return to bug 104524