From 1a3aab66e883f98071a22163b704b695ee2065c0 Mon Sep 17 00:00:00 2001 From: jedgar Date: Thu, 10 Feb 2000 23:15:56 +0000 Subject: Update port to 2.1 PR: 16622 Submitted by: Maintainer --- net/ddup/Makefile | 21 ++++++++++++--------- net/ddup/distinfo | 2 +- net/ddup/pkg-comment | 2 +- net/ddup/pkg-descr | 2 +- net/ddup/pkg-plist | 4 ++++ 5 files changed, 19 insertions(+), 12 deletions(-) (limited to 'net/ddup') diff --git a/net/ddup/Makefile b/net/ddup/Makefile index d2598ee3..4bca60d 100644 --- a/net/ddup/Makefile +++ b/net/ddup/Makefile @@ -6,23 +6,26 @@ # $FreeBSD$ # -DISTNAME= ddup-2.0.4 +DISTNAME= ddup-2.1 CATEGORIES= net -MASTER_SITES= ftp://gandy.dyndns.org/pub/ddup/ +MASTER_SITES= ftp://gandy.dyndns.org/pub/ddup/ \ + http://www.phix.com/~java/ MAINTAINER= cjm2@altavista.net WRKSRC= ${WRKDIR}/ddup-nic MAN1= ddup.1 -MANCOMPRESSED= no +MANCOMPRESSED= yes -post-configure: - @${PERL} -pi.orig -e 's:/etc/ddup.conf:${PREFIX}/etc/ddup.conf:' \ - ${WRKSRC}/INSTALL-C - -post-install: - ${INSTALL_MAN} ${FILESDIR}/ddup.1 ${PREFIX}/man/man1 +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/ddup ${PREFIX}/sbin + ${INSTALL_SCRIPT} ${WRKSRC}/testip ${PREFIX}/sbin + ${INSTALL_MAN} ${WRKSRC}/ddup.1.gz ${MANPREFIX}/man/man1 + ${INSTALL_DATA} ${WRKSRC}/ddup.conf ${PREFIX}/etc/ddup.conf.default + ${MKDIR} ${PREFIX}/share/doc/ddup + ${INSTALL_MAN} ${WRKSRC}/INSTALL-C ${PREFIX}/share/doc/ddup + ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/ddup strip ${PREFIX}/sbin/ddup .include diff --git a/net/ddup/distinfo b/net/ddup/distinfo index 88facae..6024765 100644 --- a/net/ddup/distinfo +++ b/net/ddup/distinfo @@ -1 +1 @@ -MD5 (ddup-2.0.4.tar.gz) = e803bbedd98a77f9c0579e3521566f27 +MD5 (ddup-2.1.tar.gz) = 3dd30ae02503b23b47a61e428ac9fdcb diff --git a/net/ddup/pkg-comment b/net/ddup/pkg-comment index c98add2..5fff85a 100644 --- a/net/ddup/pkg-comment +++ b/net/ddup/pkg-comment @@ -1 +1 @@ -A DynDNS client for FreeBSD +A DynDNS.org client for UNIX diff --git a/net/ddup/pkg-descr b/net/ddup/pkg-descr index dbe069e..f10680a 100644 --- a/net/ddup/pkg-descr +++ b/net/ddup/pkg-descr @@ -7,4 +7,4 @@ provided by the Free DynDNS service of dyndns.org. WWW: http://www.gandy.dyndns.org/~thomas/ddup.shtml - Chris -cjm2@earthling.net +cjm2@altavista.net diff --git a/net/ddup/pkg-plist b/net/ddup/pkg-plist index bd9907e..b4c57ed 100644 --- a/net/ddup/pkg-plist +++ b/net/ddup/pkg-plist @@ -1,2 +1,6 @@ etc/ddup.conf.default sbin/ddup +sbin/testip +share/doc/ddup/README +share/doc/ddup/INSTALL-C +@dirrm share/doc/ddup -- cgit v1.1