diff options
Diffstat (limited to 'graphics/vp')
-rw-r--r-- | graphics/vp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/vp/Makefile b/graphics/vp/Makefile index 4fd53ff1ecdd..3351afab16fa 100644 --- a/graphics/vp/Makefile +++ b/graphics/vp/Makefile @@ -21,9 +21,10 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lgnugetopt" \ ac_cv_func_getopt_long=yes +USE_REINPLACE= yes MAN1= vp.1 post-patch: - @${PERL} -pi -e 's@ getopt_long/Makefile@@g' ${WRKSRC}/configure + ${REINPLACE_CMD} 's@ getopt_long/Makefile@@g' ${WRKSRC}/configure .include <bsd.port.mk> |