diff options
author | tron <tron> | 2000-11-08 15:59:16 +0000 |
---|---|---|
committer | tron <tron> | 2000-11-08 15:59:16 +0000 |
commit | 136c51ce55af2c1ebc85a1235757483b23f75c37 (patch) | |
tree | 67712feba082b08fb5484a02af1bfe21fc72e994 | |
parent | a78756d94fc1991f2fe413f359bcd0a8374933f3 (diff) | |
download | pkgsrc-136c51ce55af2c1ebc85a1235757483b23f75c37.tar.gz |
Mark this package as NetBSD only.
-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 |