diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-08 16:58:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-08 16:58:29 +0000 |
commit | aa6dc6e7bd697b849b28852061236dc277a49908 (patch) | |
tree | 7e16d505bc2042fc43ee474e20d0d9fc59e3f836 /lang/alisp | |
parent | 2d103d3fa5b8bc906a2b7e4c3c96bee0f6c93742 (diff) |
Notes
Diffstat (limited to 'lang/alisp')
-rw-r--r-- | lang/alisp/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lang/alisp/Makefile b/lang/alisp/Makefile index 790ed664a58f..033c4351db64 100644 --- a/lang/alisp/Makefile +++ b/lang/alisp/Makefile @@ -20,9 +20,6 @@ USE_LDCONFIG= yes MAKE_ENV+= BINOWN=${BINOWN} \ BINGRP=${BINGRP} -# Please, please keep this! -USE_REINPLACE= yes - post-patch: ${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/alisp.h |