summaryrefslogtreecommitdiff
path: root/cad/electric/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-07 21:32:51 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-07 21:32:51 +0000
commitecbc87070f8a8c56235cde92df034c3b924c6687 (patch)
treebe25681dcc57169bb9e2f75c16b3f8f54f85b70d /cad/electric/Makefile
parentRename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*. (diff)
Rename ${FILESDIR}/patch-prefix to ${FILESDIR}/template-patch-prefix
(this is a sed template).
Notes
Notes: svn path=/head/; revision=33476
Diffstat (limited to '')
-rw-r--r--cad/electric/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/electric/Makefile b/cad/electric/Makefile
index bd6824cc45b3..246b5d59ffff 100644
--- a/cad/electric/Makefile
+++ b/cad/electric/Makefile
@@ -23,6 +23,6 @@ MAKE_ENV+= X11BASE="${X11BASE}" HACK_INSTALL_DIR="${INSTALL_DIR}"
INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755
pre-patch:
- ${SED} "s!PREFIX!${PREFIX}!g" ${FILESDIR}/patch-prefix > ${EXTRA_PATCHES}
+ ${SED} "s!PREFIX!${PREFIX}!g" ${FILESDIR}/template-patch-prefix > ${EXTRA_PATCHES}
.include <bsd.port.mk>