diff options
author | glewis <glewis@FreeBSD.org> | 2011-01-25 15:04:00 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2011-01-25 15:04:00 +0800 |
commit | 5a6742bfe356c9dc7d0e6c1f3174832850e87623 (patch) | |
tree | 61d69dfef9a063bcd7dc4b0d712a116070d1a2a6 | |
parent | b7ffe4e5b1b53d807ff4175c52267a4925a07d8e (diff) | |
download | freebsd-ports-gnome-5a6742bfe356c9dc7d0e6c1f3174832850e87623.tar.gz freebsd-ports-gnome-5a6742bfe356c9dc7d0e6c1f3174832850e87623.tar.zst freebsd-ports-gnome-5a6742bfe356c9dc7d0e6c1f3174832850e87623.zip |
. Convert from RESTRICTED to NO_PACKAGE as that appears much closer to what
the licensing restriction implies.
Feature safe: yes
Discussed with: linimon
-rw-r--r-- | net/dgd-lpmud/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dgd-lpmud/Makefile b/net/dgd-lpmud/Makefile index 105c648a66c4..09661b0ecad1 100644 --- a/net/dgd-lpmud/Makefile +++ b/net/dgd-lpmud/Makefile @@ -19,7 +19,7 @@ COMMENT= LPmud mudlib, for use with DGD RUN_DEPENDS= ${LOCALBASE}/sbin/dgd:${PORTSDIR}/net/dgd -RESTRICTED= no monetary gain, tarball OK for CDROM +NO_PACKAGE= no monetary gain, tarball OK for CDROM DIST_SUBDIR= dgd WRKSRC= ${WRKDIR}/mud |