Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2014 00:59:55 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340976 - head/dns/updatedd
Message-ID:  <201401250059.s0P0xuP9025921@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Jan 25 00:59:55 2014
New Revision: 340976
URL: http://svnweb.freebsd.org/changeset/ports/340976
QAT: https://qat.redports.org/buildarchive/r340976/

Log:
  Support stage

Modified:
  head/dns/updatedd/Makefile
  head/dns/updatedd/pkg-plist

Modified: head/dns/updatedd/Makefile
==============================================================================
--- head/dns/updatedd/Makefile	Sat Jan 25 00:56:53 2014	(r340975)
+++ head/dns/updatedd/Makefile	Sat Jan 25 00:59:55 2014	(r340976)
@@ -11,23 +11,13 @@ DISTNAME=	${PORTNAME}_${PORTVERSION}
 MAINTAINER=	geniusj@ods.org
 COMMENT=	Dynamic DNS Update Client supporting multiple services
 
-USES=		perl5
-USE_GMAKE=	yes
+OPTIONS_DEFINE=	DOCS
+
+USES=		gmake perl5
 GNU_CONFIGURE=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-MAN1=		updatedd.1 updatedd-wrapper.1
-MAN5=		updatedd-wrapper.conf.5
-
-.if defined(NOPORTDOCS)
-EXTRA_PATCHES+=	${PATCHDIR}/extrapatch-disable-portdocs
-.endif
-
-NO_STAGE=	yes
-post-install:
-	@if [ ! -f ${PREFIX}/etc/updatedd-wrapper.conf ]; then \
-		${CP} -p ${PREFIX}/etc/updatedd-wrapper.conf.sample ${PREFIX}/etc/updatedd-wrapper.conf ; \
-	fi
+DOCS_EXTRA_PATCHES+=	${PATCHDIR}/extrapatch-disable-portdocs
 
 .include <bsd.port.mk>

Modified: head/dns/updatedd/pkg-plist
==============================================================================
--- head/dns/updatedd/pkg-plist	Sat Jan 25 00:56:53 2014	(r340975)
+++ head/dns/updatedd/pkg-plist	Sat Jan 25 00:59:55 2014	(r340976)
@@ -51,6 +51,9 @@ include/libregfish.h
 include/libtzo.h
 %%DATADIR%%/interface.pl
 %%DATADIR%%/ipserv.pl
+man/man1/updatedd-wrapper.1.gz
+man/man1/updatedd.1.gz
+man/man5/updatedd-wrapper.conf.5.gz
 @dirrm %%DATADIR%%
 %%PORTDOCS%%%%DOCSDIR%%/updatedd-2.4-english.pdf
 %%PORTDOCS%%%%DOCSDIR%%/updatedd-2.4-german.pdf



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401250059.s0P0xuP9025921>