diff options
author | cjep <cjep> | 2003-05-18 11:42:06 +0000 |
---|---|---|
committer | cjep <cjep> | 2003-05-18 11:42:06 +0000 |
commit | 114b56dbd858e4d10e5d064e7e06802bc14b51c5 (patch) | |
tree | 79f0b928dba13001f98bda22c3a77c8515baa948 /mail/faces | |
parent | c58a058bb016f23e8ef325df0d8f29e751742d14 (diff) | |
download | pkgsrc-114b56dbd858e4d10e5d064e7e06802bc14b51c5.tar.gz |
delint
Diffstat (limited to 'mail/faces')
-rw-r--r-- | mail/faces/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile index 4541638379c..662b46f37d3 100644 --- a/mail/faces/Makefile +++ b/mail/faces/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2002/09/21 12:13:44 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2003/05/18 11:42:06 cjep Exp $ DISTNAME= faces-1.6.1 PKGREVISION= 2 @@ -7,13 +7,13 @@ CATEGORIES= mail MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/faces/faces/faces-1.6.1/ EXTRACT_SUFX= .tar.Z -CONFLICTS= compface-[0-9]* - MAINTAINER= packages@netbsd.org COMMENT= visual mail, user and print face server DEPENDS+= netpbm>=9.2:../../graphics/netpbm +CONFLICTS= compface-[0-9]* + LICENSE= limited-redistribution RESTRICTED= "Distribution not allowed if money exchanged" |