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 | |
parent | 4f43b31a54697016b0544d695c11a3bc5ec500cb (diff) | |
download | pkgsrc-80bf3f8abc2c9a2b7ac4bf2fb83476c9f3a457dc.tar.gz |
mydns-* packages need gettext-lib.
Diffstat (limited to 'net')
-rw-r--r-- | net/mydns-mysql/Makefile | 3 | ||||
-rw-r--r-- | net/mydns-mysql/PLIST | 4 | ||||
-rw-r--r-- | net/mydns-pgsql/Makefile | 3 | ||||
-rw-r--r-- | net/mydns-pgsql/Makefile.common | 4 |
4 files changed, 8 insertions, 6 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 diff --git a/net/mydns-pgsql/Makefile b/net/mydns-pgsql/Makefile index 1cbffa9fb0b..3696f0e5360 100644 --- a/net/mydns-pgsql/Makefile +++ b/net/mydns-pgsql/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/10/29 16:56:15 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2005/11/03 03:03:31 minskim Exp $ PKGNAME= ${DISTNAME:S/-/-pgsql-/} +PKGREVISION= 1 COMMENT= PostgreSQL-based DNS server CONFLICTS= mydns-mysql-[0-9]* diff --git a/net/mydns-pgsql/Makefile.common b/net/mydns-pgsql/Makefile.common index e15576324d6..54a8df51fc0 100644 --- a/net/mydns-pgsql/Makefile.common +++ b/net/mydns-pgsql/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2005/10/29 16:56:15 minskim Exp $ +# $NetBSD: Makefile.common,v 1.2 2005/11/03 03:03:31 minskim Exp $ DISTNAME= mydns-1.0.0 CATEGORIES= net @@ -31,6 +31,8 @@ RCD_SCRIPTS= mydns PKG_GROUPS= ${MYDNS_GROUP} PKG_USERS= ${MYDNS_USER}:${MYDNS_GROUP}::MyDNS\ user +.include "../../devel/gettext-lib/buildlink3.mk" + post-install: ${INSTALL_DATA_DIR} ${EGDIR} ${WRKSRC}/src/mydns/mydns --dump-config > ${EGDIR}/mydns.conf |