diff options
author | pav <pav@FreeBSD.org> | 2009-01-09 00:58:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-09 00:58:29 +0800 |
commit | ba5f47c2c84b3b87ebf8f08136c1e3bc5cc63c70 (patch) | |
tree | 51d2c8c43cc8dd140fea00962cfcede46036c2bc /lang | |
parent | f95a6c3c6b85f91f02494514c9002fd03b73a2ab (diff) | |
download | freebsd-ports-graphics-ba5f47c2c84b3b87ebf8f08136c1e3bc5cc63c70.tar.gz freebsd-ports-graphics-ba5f47c2c84b3b87ebf8f08136c1e3bc5cc63c70.tar.zst freebsd-ports-graphics-ba5f47c2c84b3b87ebf8f08136c1e3bc5cc63c70.zip |
- No need to define USE_REINPLACE these days
Diffstat (limited to 'lang')
-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 790ed664a58..033c4351db6 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 |