diff options
author | minskim <minskim> | 2005-11-03 03:03:31 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-11-03 03:03:31 +0000 |
commit | 80bf3f8abc2c9a2b7ac4bf2fb83476c9f3a457dc (patch) | |
tree | 3eec1fecb4ff8e2f20a6ed830508287814c7999d /net/mydns-mysql | |
parent | 4f43b31a54697016b0544d695c11a3bc5ec500cb (diff) | |
download | pkgsrc-80bf3f8abc2c9a2b7ac4bf2fb83476c9f3a457dc.tar.gz |
mydns-* packages need gettext-lib.
Diffstat (limited to 'net/mydns-mysql')
-rw-r--r-- | net/mydns-mysql/Makefile | 3 | ||||
-rw-r--r-- | net/mydns-mysql/PLIST | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/net/mydns-mysql/Makefile b/net/mydns-mysql/Makefile index 4e93f25a36e..90977266db1 100644 --- a/net/mydns-mysql/Makefile +++ b/net/mydns-mysql/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/10/29 16:59:17 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2005/11/03 03:03:31 minskim Exp $ PKGNAME= ${DISTNAME:S/-/-mysql-/} +PKGREVISION= 1 COMMENT= MySQL-based DNS server CONFLICTS= mydns-pgsql-[0-9]* diff --git a/net/mydns-mysql/PLIST b/net/mydns-mysql/PLIST index aa2567d935b..7ae5b229045 100644 --- a/net/mydns-mysql/PLIST +++ b/net/mydns-mysql/PLIST @@ -1,11 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/29 16:59:17 minskim Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/11/03 03:03:31 minskim Exp $ bin/mydns-conf bin/mydnscheck bin/mydnsexport bin/mydnsimport bin/mydnsptrconvert info/mydns.info -lib/charset.alias man/man5/mydns.conf.5 man/man8/mydns-conf.8 man/man8/mydns.8 @@ -18,6 +17,5 @@ share/examples/mydns-mysql/mydns.conf share/examples/rc.d/mydns ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/mydns.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/mydns.mo -${PKGLOCALEDIR}/locale/locale.alias ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/mydns.mo @dirrm share/examples/mydns-mysql |