diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2005-10-26 02:52:50 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2005-10-26 02:52:50 +0800 |
commit | faf1b8292a41e6bfedb6fd73ac4b175af429d392 (patch) | |
tree | ad46f7c9c9d3a676c63226554c9d4799c3dcbfdf /misc/gopod | |
parent | d715ffb83e7524478081323ca0c0a7b50ae51b0f (diff) | |
download | freebsd-ports-graphics-faf1b8292a41e6bfedb6fd73ac4b175af429d392.tar.gz freebsd-ports-graphics-faf1b8292a41e6bfedb6fd73ac4b175af429d392.tar.zst freebsd-ports-graphics-faf1b8292a41e6bfedb6fd73ac4b175af429d392.zip |
Also add RESTRICTED to slave port [1] and quote RESTRICTED message
Discussed with: linimon [1]
Diffstat (limited to 'misc/gopod')
-rw-r--r-- | misc/gopod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/gopod/Makefile b/misc/gopod/Makefile index 920159a31d3..d37799a0bef 100644 --- a/misc/gopod/Makefile +++ b/misc/gopod/Makefile @@ -20,7 +20,7 @@ HAS_CONFIGURE= yes USE_GMAKE= yes USE_REINPLACE= yes -RESTRICTED= Unclear legal status in EU countries +RESTRICTED= "Unclear legal status in EU countries" .if ${PKGNAMEPREFIX} == "" PLIST_FILES= bin/gopod |