diff options
author | thierry <thierry@FreeBSD.org> | 2004-09-24 05:22:57 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-09-24 05:22:57 +0000 |
commit | 93f486927c819c0d5b05898396b767f1f2e79437 (patch) | |
tree | 0d7de82fa27110c7e8d9a6d48667745dba45cab2 | |
parent | db575d6b5118b768c12764f2b8b46095887e2c29 (diff) | |
download | FreeBSD-ports-93f486927c819c0d5b05898396b767f1f2e79437.zip FreeBSD-ports-93f486927c819c0d5b05898396b767f1f2e79437.tar.gz |
Update config.h and unbreak.
PR: ports/71505
Submitted by: maintainer
Approved by: portmgr (marcus).
-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 51a3556..dd105d6 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 # ############################################################################### |