summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1998-01-24 20:52:21 +0000
committerhubertf <hubertf@pkgsrc.org>1998-01-24 20:52:21 +0000
commit5abc4d90b8270475119e12e4697efe595ea61856 (patch)
tree1c99b520da3e2c859faadc6eedd303f7076bb174 /sysutils
parent2a572d99b31fba56bd6be3deca7889be20e0da3f (diff)
downloadpkgsrc-5abc4d90b8270475119e12e4697efe595ea61856.tar.gz
portlint: fix CFLAGS parsing hack
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/amanda/scripts/configure4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/amanda/scripts/configure b/sysutils/amanda/scripts/configure
index fc57653a182..1b0608e7e9f 100644
--- a/sysutils/amanda/scripts/configure
+++ b/sysutils/amanda/scripts/configure
@@ -1,8 +1,6 @@
#!/bin/sh
-CFLAGS=`cat /tmp/build-ports-misc-amanda-cflags`
-rm /tmp/build-ports-misc-amanda-cflags
-echo $CFLAGS
+echo CFLAGS=${CFLAGS}
if [ "X`uname -s`" = X"NetBSD" ]; then
mv $WRKSRC/config/config.h-netbsd1 $WRKSRC/config/config.h