diff options
Diffstat (limited to 'editors/ted/Makefile')
-rw-r--r-- | editors/ted/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/ted/Makefile b/editors/ted/Makefile index 868d172983e..0c0cc4a563a 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ WRKSRC= ${WRKDIR}/Ted-${PORTVERSION} +USE_REINPLACE= yes USE_X_PREFIX= yes USE_MOTIF= yes GNU_CONFIGURE= yes @@ -41,7 +42,7 @@ post-patch: -e 's,/usr/local/ind,${INDDIR},' \ -e 's,/usr/local/info,${INFODIR},' \ Ted.ad.sample >Ted - ${PERL} -pi -e 's|/usr/apps|${LOCALBASE}|g' ${WRKSRC}/bitmap/configure + ${REINPLACE_CMD} -e 's|/usr/apps|${LOCALBASE}|g' ${WRKSRC}/bitmap/configure post-configure: .for dir in appFrame appUtil bitmap ind libreg |