aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/vp
diff options
context:
space:
mode:
authormarkp <markp@FreeBSD.org>2003-02-10 21:21:21 +0800
committermarkp <markp@FreeBSD.org>2003-02-10 21:21:21 +0800
commit08b11f16c7fe0b3d1baf8c89405ef91df773cf39 (patch)
treeb2f82ac1f744af64e50832519a2ae33ff96ddfe1 /graphics/vp
parentcb6b357005e8ed6d35d1e29d02f0fbf2eddc72c1 (diff)
downloadfreebsd-ports-gnome-08b11f16c7fe0b3d1baf8c89405ef91df773cf39.tar.gz
freebsd-ports-gnome-08b11f16c7fe0b3d1baf8c89405ef91df773cf39.tar.zst
freebsd-ports-gnome-08b11f16c7fe0b3d1baf8c89405ef91df773cf39.zip
Changed to use REINPLACE.
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>