1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Correct path to python in web2png script.

PR:		14556
Submitted by:	Marcin Cie^vlak <saper@system.pl>
This commit is contained in:
Steve Price 1999-11-01 00:46:19 +00:00
parent 13bf4e0156
commit 62e5af2d95
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22757

View File

@ -17,6 +17,10 @@ LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
pre-build:
mv ${WRKSRC}/web2png ${WRKSRC}/web2png_prepatch
$(SED) -e '1s#/usr/bin/python#/usr/bin/env python#' ${WRKSRC}/web2png_prepatch > ${WRKSRC}/web2png
MAN1= gif2png.1 web2png.1
.include <bsd.port.mk>