diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 01:09:59 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 01:09:59 +0000 |
commit | 9daee27ab4906904ded08511c9bbbfaa9ffb0633 (patch) | |
tree | eb5ea47b3298069effc50ba82b64a2f554d863e2 /astro/xephem | |
parent | NO_PACKAGE and NO_CDROM are superfluous (diff) |
"Personal use only" means no redistribution; mark RESTRICTED
Notes
Notes:
svn path=/head/; revision=171979
Diffstat (limited to 'astro/xephem')
-rw-r--r-- | astro/xephem/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/xephem/Makefile b/astro/xephem/Makefile index a4f141f55045..32eac67eabc7 100644 --- a/astro/xephem/Makefile +++ b/astro/xephem/Makefile @@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/GUI/xephem MAN1= xephem.1 -NO_CDROM= "Personal use only" +RESTRICTED= "Personal use only" # XXX needs to be the same as DISTFILES XEPHEMSRC= ${PORTNAME}-${PORTVERSION}.tar.gz |