diff options
author | wiz <wiz@pkgsrc.org> | 2005-09-29 14:29:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-09-29 14:29:26 +0000 |
commit | d3d42621358d241cc148a3f99648c055fc936286 (patch) | |
tree | b72206b7b8ae1c214c383de9c5a65d989244f7e6 /mail/faces/Makefile | |
parent | ab18826925a4496840adaf33963593b137c78585 (diff) | |
download | pkgsrc-d3d42621358d241cc148a3f99648c055fc936286.tar.gz |
Use faces-license, and set NO_*_ON_CDROM.
Diffstat (limited to 'mail/faces/Makefile')
-rw-r--r-- | mail/faces/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile index 52b39bbea79..4855cb43ef8 100644 --- a/mail/faces/Makefile +++ b/mail/faces/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2005/07/16 19:10:39 jlam Exp $ +# $NetBSD: Makefile,v 1.45 2005/09/29 14:29:26 wiz Exp $ DISTNAME= faces-1.6.1 PKGREVISION= 3 @@ -13,8 +13,10 @@ DEPENDS+= netpbm>=9.2:../../graphics/netpbm CONFLICTS= compface-[0-9]* -LICENSE= limited-redistribution +LICENSE= faces-license RESTRICTED= "Distribution not allowed if money exchanged" +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} WRKSRC= ${WRKDIR}/faces USE_X11BASE= YES |