1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/net-mgmt/cdpd/Makefile
Jimmy Olgeni 7dc406a7a1 Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.

CR:		D307
Approved by:	portmgr (bapt)
2014-07-10 12:13:11 +00:00

23 lines
516 B
Makefile

# Created by: Alexandre Snarskii <snar@paranoia.ru>
# $FreeBSD$
PORTNAME= cdpd
PORTVERSION= 1.0.4.1
CATEGORIES= net-mgmt
MASTER_SITES= http://snar.spb.ru/prog/cdpd/
MAINTAINER= sem@FreeBSD.org
COMMENT= Daemon to send CDP/LLDP announces over ethernet
GNU_CONFIGURE= yes
EXTRACT_SUFX= .tgz
USE_RC_SUBR= cdpd
PLIST_FILES= sbin/cdpd man/man8/cdpd.8.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cdpd ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/cdpd.8 ${STAGEDIR}${MANPREFIX}/man/man8
.include <bsd.port.mk>