summaryrefslogtreecommitdiff
path: root/lang/camlp4
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-07-22 17:16:48 +0000
committerdmcmahill <dmcmahill>2000-07-22 17:16:48 +0000
commit5de0810ff46a27f54f3700b6cf50f52ccc1e4148 (patch)
treee510639a2f18c612e7776c48cff9f01918cb558a /lang/camlp4
parent411b02ee246b0fc33dcef266c9f813c2dd3026f0 (diff)
downloadpkgsrc-5de0810ff46a27f54f3700b6cf50f52ccc1e4148.tar.gz
remove misplaced "@" which caused make problems
Diffstat (limited to 'lang/camlp4')
-rw-r--r--lang/camlp4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/camlp4/Makefile b/lang/camlp4/Makefile
index 23773131cf0..840680d1e29 100644
--- a/lang/camlp4/Makefile
+++ b/lang/camlp4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/06/12 22:36:59 wulf Exp $
+# $NetBSD: Makefile,v 1.2 2000/07/22 17:16:48 dmcmahill Exp $
#
DISTNAME= camlp4-3.00
@@ -18,7 +18,7 @@ PLIST_SRC= ${WRKDIR}/PLIST
pre-build:
if ! ${TEST} -x ${LOCALBASE}/bin/ocamlc.opt; then \
- @${ECHO} "No optimized ocaml binaries found"; \
+ ${ECHO} "No optimized ocaml binaries found"; \
cd ${WRKSRC}/config; \
${MV} Makefile Makefile.orig; \
${SED} -e "s/\.opt//g" Makefile.orig > Makefile; \