diff options
author | steve <steve@FreeBSD.org> | 1999-11-01 00:46:19 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-01 00:46:19 +0000 |
commit | a22602becdfda1e8cbe1e62e183f4548801fd162 (patch) | |
tree | 79846d2caa39a93836c05ee19c9e8f4dc337db2f /graphics/gif2png | |
parent | 7f396cec4890532764c4678cb278cfc5f691aa22 (diff) | |
download | FreeBSD-ports-a22602becdfda1e8cbe1e62e183f4548801fd162.zip FreeBSD-ports-a22602becdfda1e8cbe1e62e183f4548801fd162.tar.gz |
Correct path to python in web2png script.
PR: 14556
Submitted by: Marcin Cie^vlak <saper@system.pl>
Diffstat (limited to 'graphics/gif2png')
-rw-r--r-- | graphics/gif2png/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/gif2png/Makefile b/graphics/gif2png/Makefile index 48183c6..154aa2d 100644 --- a/graphics/gif2png/Makefile +++ b/graphics/gif2png/Makefile @@ -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> |