summaryrefslogtreecommitdiff
path: root/textproc/libxslt/xsltproc-nonet.mk
blob: ff829585dbc56fed1cdf0e2a68486d590ccd0ba1 (plain)
1
2
3
4
5
6
7
8
9
# $NetBSD: xsltproc-nonet.mk,v 1.1 2009/10/27 14:37:13 drochner Exp $

pre-configure: create-xsltproc-wrapper

create-xsltproc-wrapper:
	${PRINTF} "#! ${SH}\\n\
	  ${LOCALBASE}/bin/xsltproc --nonet \$$*\\n\
	" > ${BUILDLINK_DIR}/bin/xsltproc
	${CHMOD} +x ${BUILDLINK_DIR}/bin/xsltproc