diff options
author | trevor <trevor@FreeBSD.org> | 2004-01-22 20:18:43 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-01-22 20:18:43 +0800 |
commit | 1a4fe1abef078142c88fe743751cab946f0e6d1a (patch) | |
tree | b3f0484b3d24d10d7a0453f904fc5634ac0fd064 /textproc/javacc | |
parent | b986261853674afc9ed239fc66c9bd33bb7acb46 (diff) | |
download | freebsd-ports-gnome-1a4fe1abef078142c88fe743751cab946f0e6d1a.tar.gz freebsd-ports-gnome-1a4fe1abef078142c88fe743751cab946f0e6d1a.tar.zst freebsd-ports-gnome-1a4fe1abef078142c88fe743751cab946f0e6d1a.zip |
Use the CPIO macro defined in bsd.port.mk.
Diffstat (limited to 'textproc/javacc')
-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; \ |