4e16ce597d
Defining STATFS_SVR4 sets the .h to use statsvfs(), which is fine, but it probably helps if the .c file actually calls anything when STATFS_SVR4 is defined. Fixes freespace being reported as zero in NetBSD 3.x and later.
24 lines
534 B
Makefile
24 lines
534 B
Makefile
# $NetBSD: Makefile,v 1.12 2005/08/26 08:42:09 abs Exp $
|
|
#
|
|
|
|
DISTNAME= freerdist-0.92
|
|
PKGREVISION= 2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.astron.com/pub/freerdist/ \
|
|
ftp://ftp.gw.com/pub/unix/freerdist/
|
|
|
|
MAINTAINER= christos@NetBSD.org
|
|
COMMENT= Network file distribution/synchronisation utility
|
|
|
|
RDIST6_NAME= rdist6
|
|
|
|
INSTALL_TARGET= install install.man
|
|
MAKE_ENV+= RDIST6_NAME=${RDIST6_NAME}
|
|
|
|
CONFLICTS= rdist6-[0-9]*
|
|
|
|
post-install:
|
|
@strip ${PREFIX}/bin/${RDIST6_NAME}
|
|
@strip ${PREFIX}/bin/rdistd
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|