diff options
Diffstat (limited to 'graphics/png2html/Makefile')
-rw-r--r-- | graphics/png2html/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/png2html/Makefile b/graphics/png2html/Makefile index 76cd5f8d0b23..a968acd6b173 100644 --- a/graphics/png2html/Makefile +++ b/graphics/png2html/Makefile @@ -17,6 +17,8 @@ COMMENT= Takes a PNG image and transforms it into HTML LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ gd.4:${PORTSDIR}/graphics/gd +PLIST_FILES= bin/png2html + do-configure: @${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.orig @${SED} -e 's|CHANGE_ME|${PREFIX}|' \ |