diff options
author | tron <tron@pkgsrc.org> | 2000-11-08 15:59:16 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-11-08 15:59:16 +0000 |
commit | 6296a60923c78d94f1e38053ac5e766f3c50c3d2 (patch) | |
tree | 67712feba082b08fb5484a02af1bfe21fc72e994 /net/userppp/Makefile | |
parent | ecf0d4f0945f310028b6f5ff338dfc89d5508419 (diff) | |
download | pkgsrc-6296a60923c78d94f1e38053ac5e766f3c50c3d2.tar.gz |
Mark this package as NetBSD only.
Diffstat (limited to 'net/userppp/Makefile')
-rw-r--r-- | net/userppp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/userppp/Makefile b/net/userppp/Makefile index 9df66b42aa0..8d9eb4a5404 100644 --- a/net/userppp/Makefile +++ b/net/userppp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/11/08 15:26:36 tron Exp $ +# $NetBSD: Makefile,v 1.4 2000/11/08 15:59:16 tron Exp $ DISTNAME= userppp-001107 CATEGORIES= net @@ -8,6 +8,8 @@ DISTFILES= ppp-001107.src.tar.gz MAINTAINER= ad@netbsd.org HOMEPAGE= http://www.awfulhak.org/~brian/ +ONLY_FOR_PLATFORM= NetBSD-*-* + MANCOMPRESSED_IF_MANZ= YES WRKSRC= ${WRKDIR}/ppp-001107 |