diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-25 18:52:50 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-25 18:52:50 +0000 |
commit | f2249fbb603d4c6eca4fb9988740c5a3fe9d82f4 (patch) | |
tree | ccf6f40a2336bdc02dde51027bbfd9e29979e92b /misc | |
parent | fcb396067288f409633f2f302e13036b0160bc4c (diff) | |
download | ports-f2249fbb603d4c6eca4fb9988740c5a3fe9d82f4.tar.gz ports-f2249fbb603d4c6eca4fb9988740c5a3fe9d82f4.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gopod/Makefile | 2 | ||||
-rw-r--r-- | misc/gtk-gopod/Makefile | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/misc/gopod/Makefile b/misc/gopod/Makefile index 920159a31d37..d37799a0bef1 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 diff --git a/misc/gtk-gopod/Makefile b/misc/gtk-gopod/Makefile index a79b167a2182..54ebd8b5c6f1 100644 --- a/misc/gtk-gopod/Makefile +++ b/misc/gtk-gopod/Makefile @@ -14,6 +14,8 @@ MASTERDIR= ${.CURDIR}/../gopod USE_X_PREFIX= yes USE_GNOME= gtk20 +RESTRICTED= "Unclear legal status in EU countries" + PLIST= ${.CURDIR}/pkg-plist EXTRA_PATCHES= ${FILESDIR}/extra-patch-main.c |