summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-02-10 23:15:56 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-02-10 23:15:56 +0000
commit861507f014f43e9d918b9376a2e1641b2513d7a0 (patch)
tree8ea199ef19c37458c350198e63792b60c272b0b4 /dns
parentUpdate the XFree86 3.3.6 port to: (diff)
Update port to 2.1
PR: 16622 Submitted by: Maintainer
Notes
Notes: svn path=/head/; revision=25646
Diffstat (limited to 'dns')
-rw-r--r--dns/ddup/Makefile21
-rw-r--r--dns/ddup/distinfo2
-rw-r--r--dns/ddup/pkg-comment2
-rw-r--r--dns/ddup/pkg-descr2
-rw-r--r--dns/ddup/pkg-plist4
5 files changed, 19 insertions, 12 deletions
diff --git a/dns/ddup/Makefile b/dns/ddup/Makefile
index d2598ee3ff31..4bca60d882c9 100644
--- a/dns/ddup/Makefile
+++ b/dns/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 <bsd.port.mk>
diff --git a/dns/ddup/distinfo b/dns/ddup/distinfo
index 88facaea085d..6024765e6d86 100644
--- a/dns/ddup/distinfo
+++ b/dns/ddup/distinfo
@@ -1 +1 @@
-MD5 (ddup-2.0.4.tar.gz) = e803bbedd98a77f9c0579e3521566f27
+MD5 (ddup-2.1.tar.gz) = 3dd30ae02503b23b47a61e428ac9fdcb
diff --git a/dns/ddup/pkg-comment b/dns/ddup/pkg-comment
index c98add2a291c..5fff85a62074 100644
--- a/dns/ddup/pkg-comment
+++ b/dns/ddup/pkg-comment
@@ -1 +1 @@
-A DynDNS client for FreeBSD
+A DynDNS.org client for UNIX
diff --git a/dns/ddup/pkg-descr b/dns/ddup/pkg-descr
index dbe069e34bfb..f10680a619c9 100644
--- a/dns/ddup/pkg-descr
+++ b/dns/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/dns/ddup/pkg-plist b/dns/ddup/pkg-plist
index bd9907e6b297..b4c57edd3d5f 100644
--- a/dns/ddup/pkg-plist
+++ b/dns/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