summaryrefslogtreecommitdiff
path: root/graphics/vp
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2003-02-10 13:21:21 +0000
committerMark Pulford <markp@FreeBSD.org>2003-02-10 13:21:21 +0000
commit0adf0c51e2256754e73fadbad3116c79ef0b8e32 (patch)
treeae738bc7c1d19ab153d9fc181261924e69ee7e9f /graphics/vp
parentfix for plist and funky binary name from Volker Stolz (diff)
Changed to use REINPLACE.
Notes
Notes: svn path=/head/; revision=75237
Diffstat (limited to 'graphics/vp')
-rw-r--r--graphics/vp/Makefile3
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>