diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 2001-08-21 14:52:31 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 2001-08-21 14:52:31 +0000 |
commit | 1c57289b92f5ea3edf9c9db9c5f46dca716dd177 (patch) | |
tree | 6e51287e6f49dc8fc363774dccf571f33bffdd89 /emulators/p-interp | |
parent | Install the sample volumes as well. (diff) |
The port filches Apple Pascal disk images. It's not at all clear that
redistributing these are legal.
Notes
Notes:
svn path=/head/; revision=46591
Diffstat (limited to 'emulators/p-interp')
-rw-r--r-- | emulators/p-interp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/p-interp/Makefile b/emulators/p-interp/Makefile index 6206f394738b..242555aecb0e 100644 --- a/emulators/p-interp/Makefile +++ b/emulators/p-interp/Makefile @@ -17,6 +17,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= nsayer@FreeBSD.org +RESTRICTED= "Redistribution rights for Apple Pascal disk images are unclear" + MAN1= ucsd.1 svolio.1 svolcvt.1 .include <bsd.port.pre.mk> |