- use NOMAN as opposed to an empty MAN variable.

- remove BINDIR which is unnecessary since we use the ports Makefile
post-install target, it was hardcoded with /usr/local anyway.
This commit is contained in:
brad 2001-03-10 19:39:31 +00:00
parent c61f088c45
commit 37e6c2823a

View File

@ -3,10 +3,8 @@
PROG= pgwrap
SRCS= pgwrap.c
MAN=
NOMAN= noman
CFLAGS+=-Wall -Werror
BINDIR= /usr/local/bin
.include <bsd.prog.mk>