diff options
author | hamajima <hamajima@pkgsrc.org> | 2005-02-20 04:43:26 +0000 |
---|---|---|
committer | hamajima <hamajima@pkgsrc.org> | 2005-02-20 04:43:26 +0000 |
commit | b0b39578ad0535dfc8651e3386b0a51d0f897efa (patch) | |
tree | 5f27f7f4a496e64d91060123e216a3dafd663029 /net | |
parent | bcc220ffcd6472db499e7664fda514c371e1e124 (diff) | |
download | pkgsrc-b0b39578ad0535dfc8651e3386b0a51d0f897efa.tar.gz |
ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* OpenBSD-*-*
Diffstat (limited to 'net')
-rw-r--r-- | net/dtcpclient/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/dtcpclient/Makefile b/net/dtcpclient/Makefile index e91776c343e..1a62a4ac324 100644 --- a/net/dtcpclient/Makefile +++ b/net/dtcpclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/01/23 05:07:43 hamajima Exp $ +# $NetBSD: Makefile,v 1.2 2005/02/20 04:43:26 hamajima Exp $ # DISTNAME= dtcpclient-20040923 @@ -10,6 +10,8 @@ MAINTAINER= hamajima@NetBSD.org HOMEPAGE= http://www.imasy.or.jp/~ume/dtcp/ COMMENT= Dynamic Tunnel Configuration Protocol client +ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* OpenBSD-*-* + RCD_SCRIPTS= dtcpclient USE_PKGINSTALL= YES |