diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-01-06 11:27:15 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-01-06 11:27:15 +0000 |
commit | d38e9901ecfee792416491a6c69a9388694622b8 (patch) | |
tree | 87aacf6c84b1a9912be80d404b919352121b5a5f /misc | |
parent | b6bce8d720664873472b3e9b5934fdeb7226723f (diff) | |
download | pkgsrc-d38e9901ecfee792416491a6c69a9388694622b8.tar.gz |
Remove debugging code.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/fd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/fd/Makefile b/misc/fd/Makefile index ed81daae007..90b68a833e2 100644 --- a/misc/fd/Makefile +++ b/misc/fd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2015/01/06 11:24:17 ryoon Exp $ +# $NetBSD: Makefile,v 1.31 2015/01/06 11:27:15 ryoon Exp $ # DISTNAME= FD-3.01b @@ -24,7 +24,7 @@ DATADIR= ${PREFIX}/share/fd DOCDIR= ${PREFIX}/share/doc/fd EXAMPLESDIR= ${PREFIX}/share/examples/fd -CFLAGS+= -DUSEMANLANG -DUSEDATADIR -ltermcap +CFLAGS+= -DUSEMANLANG -DUSEDATADIR DESTDIR_VARNAME= BUILD DOCS= FAQ LICENSES HISTORY README TECHKNOW ToAdmin |