1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/dns/updatedd/Makefile
Antoine Brodin c0a78e43e5 Unbreak after OPTIONS helper conversion (extra patch was applied when DOCS
was on when it should have been applied when DOCS was off)
With stage, we do not need this patch anymore

Reported by:	pkg-fallout
2014-02-09 12:41:03 +00:00

22 lines
427 B
Makefile

# Created by: geniusj@ods.org
# $FreeBSD$
PORTNAME= updatedd
PORTVERSION= 2.6
CATEGORIES= dns
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= geniusj@ods.org
COMMENT= Dynamic DNS Update Client supporting multiple services
OPTIONS_DEFINE= DOCS
USES= gmake perl5
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>