diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-09-24 05:22:57 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-09-24 05:22:57 +0000 |
commit | c6723a8a1a0ae21ab15948cca8c939a6a95c92e9 (patch) | |
tree | 111984287da7a8b6a7546ab507c2c0d02eb218bb /biology | |
parent | dccaf13db87eeb3c3809a0d9954bfa474c1c89c6 (diff) | |
download | ports-c6723a8a1a0ae21ab15948cca8c939a6a95c92e9.tar.gz ports-c6723a8a1a0ae21ab15948cca8c939a6a95c92e9.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/nab/files/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/nab/files/config.h b/biology/nab/files/config.h index 51a3556506c5..dd105d68c31b 100644 --- a/biology/nab/files/config.h +++ b/biology/nab/files/config.h @@ -21,8 +21,8 @@ # You can choose ARCH as you wish, but it would generally # be related to the output of the "uname" command. # -BINDIR=$(NABHOME)/bin/$(ARCH) -LIBDIR=$(NABHOME)/lib/$(ARCH) +BINDIR=$(NABHOME)/bin/ +LIBDIR=$(NABHOME)/lib/ INCDIR=$(NABHOME)/include # ############################################################################### |