diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-21 15:52:35 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-21 15:52:35 +0000 |
commit | 4fcd623a911ebff1fb406f959932040af7ed40b2 (patch) | |
tree | 3179f0030b56361bd63473d24ab0af7ddce20dbf /editors/uemacs | |
parent | 15b35ffaea08acdf8c14ea61767dbb931ac1b83f (diff) | |
download | ports-4fcd623a911ebff1fb406f959932040af7ed40b2.tar.gz ports-4fcd623a911ebff1fb406f959932040af7ed40b2.zip |
Notes
Diffstat (limited to 'editors/uemacs')
-rw-r--r-- | editors/uemacs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/uemacs/Makefile b/editors/uemacs/Makefile index 720bd41649f0..f9658e0ab54f 100644 --- a/editors/uemacs/Makefile +++ b/editors/uemacs/Makefile @@ -13,11 +13,12 @@ DISTNAME= ue400dev MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes NO_WRKSUBDIR= yes USE_ZIP= yes EXTRACT_BEFORE_ARGS= -Laq post-patch: - @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/*.c + @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/*.c .include <bsd.port.mk> |