diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-01-24 20:52:21 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-01-24 20:52:21 +0000 |
commit | 5abc4d90b8270475119e12e4697efe595ea61856 (patch) | |
tree | 1c99b520da3e2c859faadc6eedd303f7076bb174 /misc | |
parent | 2a572d99b31fba56bd6be3deca7889be20e0da3f (diff) | |
download | pkgsrc-5abc4d90b8270475119e12e4697efe595ea61856.tar.gz |
portlint: fix CFLAGS parsing hack
Diffstat (limited to 'misc')
-rw-r--r-- | misc/amanda/scripts/configure | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/amanda/scripts/configure b/misc/amanda/scripts/configure index fc57653a182..1b0608e7e9f 100644 --- a/misc/amanda/scripts/configure +++ b/misc/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 |