diff options
author | asami <asami@FreeBSD.org> | 1996-05-27 10:51:56 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-05-27 10:51:56 +0800 |
commit | b5fe395813e648c6f533f1a24f462d0a7cb927c0 (patch) | |
tree | 29fcde62144389b74b8e4cb41c58e24cc0ef03f0 /cad | |
parent | 206fca4a517c2f146ab7b78c682237ee13092686 (diff) | |
download | freebsd-ports-gnome-b5fe395813e648c6f533f1a24f462d0a7cb927c0.tar.gz freebsd-ports-gnome-b5fe395813e648c6f533f1a24f462d0a7cb927c0.tar.zst freebsd-ports-gnome-b5fe395813e648c6f533f1a24f462d0a7cb927c0.zip |
Change NO_CDROM to RESTRICTED, the redistribution restriction is to
hands unfriendly to the U.S. (what anachronism!).
Diffstat (limited to 'cad')
-rw-r--r-- | cad/spice/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/spice/Makefile b/cad/spice/Makefile index 8c4bced071d1..9845eb02ab60 100644 --- a/cad/spice/Makefile +++ b/cad/spice/Makefile @@ -16,8 +16,7 @@ MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/apps/circuits/ MAINTAINER= kaveman@magna.com.au -# export restrictions -NO_CDROM= yes +RESTRICTED= "export restrictions" post-install: chmod a+rx ${PREFIX}/bin/spice3 ${PREFIX}/bin/nutmeg \ |