stupid fucked configure script switches to /usr/local/share/man if there's

a /usr/local/share around, so enforce /usr/local/man manually.
This commit is contained in:
espie 2005-05-04 07:51:17 +00:00
parent ce4beeac57
commit 0ca949efa8

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.32 2005/04/24 19:53:43 naddy Exp $
# $OpenBSD: Makefile,v 1.33 2005/05/04 07:51:17 espie Exp $
COMMENT= "ftp replacement with advanced user interface"
@ -27,6 +27,7 @@ PATCH_DIST_STRIP=-p1
CONFIGURE_STYLE=gnu dest
CONFIGURE_ENV= TAR=/bin/tar
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/sh
CONFIGURE_ARGS+=--mandir='$${DESTDIR}${PREFIX}/man'
NO_REGRESS= Yes