diff options
author | joerg <joerg@pkgsrc.org> | 2007-12-21 20:35:36 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-12-21 20:35:36 +0000 |
commit | 1598c9a1f4f0befa1da5fbbfa57e701624e59f54 (patch) | |
tree | 8b7b429d9398a7ec517e08fe97d7a86cb78c5f24 /net/gnetcat | |
parent | 17a8d832c0b761624121daaaedec349f669f80d7 (diff) | |
download | pkgsrc-1598c9a1f4f0befa1da5fbbfa57e701624e59f54.tar.gz |
I18N (PR 37581) and DESTDIR support.
Diffstat (limited to 'net/gnetcat')
-rw-r--r-- | net/gnetcat/Makefile | 8 | ||||
-rw-r--r-- | net/gnetcat/PLIST | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net/gnetcat/Makefile b/net/gnetcat/Makefile index ca91401099b..f9e7bc5e7d6 100644 --- a/net/gnetcat/Makefile +++ b/net/gnetcat/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2007/02/15 21:47:56 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2007/12/21 20:38:53 joerg Exp $ DISTNAME= netcat-0.7.1 PKGNAME= gnetcat-0.7.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netcat/} @@ -10,7 +10,11 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://netcat.sourceforge.net/ COMMENT= Read and write data across network connections +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES INFO_FILES= yes +USE_TOOLS+= msgfmt +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/gnetcat/PLIST b/net/gnetcat/PLIST index 9a561e164c1..eaabd99c785 100644 --- a/net/gnetcat/PLIST +++ b/net/gnetcat/PLIST @@ -1,4 +1,6 @@ -@comment $NetBSD: PLIST,v 1.3 2006/04/06 03:20:54 jlam Exp $ +@comment $NetBSD: PLIST,v 1.4 2007/12/21 20:38:53 joerg Exp $ bin/netcat info/netcat.info man/man1/netcat.1 +share/locale/it/LC_MESSAGES/netcat.mo +share/locale/sk/LC_MESSAGES/netcat.mo |