pkgsrc/net/rdist6/Makefile
rillig eb3c2b436e net: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-03 11:45:28 +00:00

22 lines
497 B
Makefile

# $NetBSD: Makefile,v 1.26 2019/11/03 11:45:52 rillig Exp $
#
DISTNAME= freerdist-0.94
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.astron.com/pub/freerdist/
MAINTAINER= christos@NetBSD.org
COMMENT= Network file distribution/synchronisation utility
USE_TOOLS+= byacc
RDIST6_NAME= rdist6
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man8
INSTALL_TARGET= install install.man
MAKE_ENV+= RDIST6_NAME=${RDIST6_NAME:Q}
CONFLICTS= rdist6-[0-9]*
.include "../../mk/bsd.pkg.mk"