Remove useless post-patch now that pkgconf mimic pkg-config version

This commit is contained in:
Baptiste Daroussin 2012-07-30 08:10:00 +00:00
parent 44e5916cd9
commit bb5177b4fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301710

View file

@ -23,8 +23,4 @@ USE_GETTEXT= yes
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
post-patch:
@${REINPLACE_CMD} -s "s/PKGCONFIG --version/PKGCONFIG --modversion pkg-config/g" \
${WRKSRC}/configure
.include <bsd.port.mk>