diff options
Diffstat (limited to 'textproc/javacc/Makefile')
-rw-r--r-- | textproc/javacc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/textproc/javacc/Makefile b/textproc/javacc/Makefile index f73176cc7f7f..906627e3b14a 100644 --- a/textproc/javacc/Makefile +++ b/textproc/javacc/Makefile @@ -22,8 +22,6 @@ NO_BUILD= yes #NO_WRKSUBDIR= yes #DOWNLOAD_URL?= https://javacc.dev.java.net/servlets/ProjectDocumentList?folderID=212 -CPIO?= /usr/bin/cpio - do-configure: for f in "${WRKSRC}/bin/j*"; do \ ${REINPLACE_CMD} -e 's:`dirname \$$0`/lib:${JAVAJARDIR}:' $$f; \ |