diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-04-11 21:05:20 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-04-11 21:05:20 +0000 |
commit | b1706ea03165377e2b8b5d0e047ea0c1ea9575c3 (patch) | |
tree | 4ce8cf1e0b7ae9919e1c4b12112751f6920526b5 /dns/nsd/Makefile | |
parent | 017177e33bba578aeb35c69c2b22081cf88f5f6f (diff) | |
download | ports-b1706ea03165377e2b8b5d0e047ea0c1ea9575c3.tar.gz ports-b1706ea03165377e2b8b5d0e047ea0c1ea9575c3.zip |
Fix bugs.
PR: ports/48421
Submitted by: Olafur Osvaldsson <oli@isnic.is>
Approved by: maintainer timeout (2 months)
Notes
Notes:
svn path=/head/; revision=78769
Diffstat (limited to 'dns/nsd/Makefile')
-rw-r--r-- | dns/nsd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile index 9c01aa999281..16db84d26fa7 100644 --- a/dns/nsd/Makefile +++ b/dns/nsd/Makefile @@ -7,6 +7,7 @@ PORTNAME= nsd PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ |