aboutsummaryrefslogtreecommitdiffstats
path: root/biology
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2004-11-23 17:13:14 +0800
committerlinimon <linimon@FreeBSD.org>2004-11-23 17:13:14 +0800
commit882a12714778d3c19246168907bd2c50ab7434af (patch)
tree24bc04a68e44818365cf8c8e660c6fae9d9cef20 /biology
parent4e9e7bc828a4fc8ec42dd5137888f08552623e46 (diff)
downloadfreebsd-ports-gnome-882a12714778d3c19246168907bd2c50ab7434af.tar.gz
freebsd-ports-gnome-882a12714778d3c19246168907bd2c50ab7434af.tar.zst
freebsd-ports-gnome-882a12714778d3c19246168907bd2c50ab7434af.zip
Minor cleanup.
PR: ports/72094 Submitted by: M. L. Dodson <bdodson at scms dot utmb dot edu> (maintainer)
Diffstat (limited to 'biology')
-rw-r--r--biology/nab/files/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/nab/files/config.h b/biology/nab/files/config.h
index dd105d68c31b..cd5dece57ec8 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/
-LIBDIR=$(NABHOME)/lib/
+BINDIR=$(NABHOME)/bin
+LIBDIR=$(NABHOME)/lib
INCDIR=$(NABHOME)/include
#
###############################################################################