summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorjlam <jlam>2001-10-31 04:24:16 +0000
committerjlam <jlam>2001-10-31 04:24:16 +0000
commit0c0f4b89b8e3f7ae1148871a29708f161ff5fde5 (patch)
tree5fa4e0a185755cb0834c5467d2b8119cdb67dbaa /Packages.txt
parent1b962e741c95cd5d289abf230175a3508e6d0085 (diff)
downloadpkgsrc-0c0f4b89b8e3f7ae1148871a29708f161ff5fde5.tar.gz
Missing semicolons between commands in automake example.
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/Packages.txt b/Packages.txt
index add3f9ca480..8eefcaca78a 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.207 2001/10/30 17:09:43 drochner Exp $
+# $NetBSD: Packages.txt,v 1.208 2001/10/31 04:24:16 jlam Exp $
###########################################################################
==========================
@@ -1064,10 +1064,10 @@ and for packages that need automake:
pre-configure:
cd ${WRKSRC}; \
- ${LOCALBASE}/bin/aclocal \
- ${LOCALBASE}/bin/autoheader \
- ${LOCALBASE}/bin/automake -a --foreign -i \
- ${LOCALBASE}/bin/autoconf \
+ ${LOCALBASE}/bin/aclocal; \
+ ${LOCALBASE}/bin/autoheader; \
+ ${LOCALBASE}/bin/automake -a --foreign -i; \
+ ${LOCALBASE}/bin/autoconf
There are times when the configure process makes additional changes to the
generated files, which then causes the build process to try to re-execute