From 37e6c2823a19217a0c0c463661fdaebf75cfe523 Mon Sep 17 00:00:00 2001 From: brad Date: Sat, 10 Mar 2001 19:39:31 +0000 Subject: [PATCH] - 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. --- databases/postgresql/files/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/databases/postgresql/files/Makefile b/databases/postgresql/files/Makefile index d42f73cd82a..9070635c7d9 100644 --- a/databases/postgresql/files/Makefile +++ b/databases/postgresql/files/Makefile @@ -3,10 +3,8 @@ PROG= pgwrap SRCS= pgwrap.c -MAN= +NOMAN= noman CFLAGS+=-Wall -Werror -BINDIR= /usr/local/bin - .include