diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile index 7126e5c83b24..48986b8283e8 100644 --- a/devel/gnustep-make/Makefile +++ b/devel/gnustep-make/Makefile @@ -18,7 +18,7 @@ USE_GNUSTEP= yes USE_GNUSTEP_PREFIX= yes GNU_CONFIGURE= yes -RESTRICTED= GPL3 +NO_PACKAGE= GPL3 MAKE_FLAGS= OPTFLAG="${CFLAGS}" CFLAGS+= ${PTHREAD_CFLAGS} CONFIGURE_ENV+= INSTALL_PROGRAM="${INSTALL} -c" INSTALL_DATA="${INSTALL} -c" \ diff --git a/devel/gnustep-make/pkg-descr b/devel/gnustep-make/pkg-descr index 267b7c2ce47d..4064c5deb811 100644 --- a/devel/gnustep-make/pkg-descr +++ b/devel/gnustep-make/pkg-descr @@ -6,4 +6,6 @@ arrays, to GUI interface classes such as windows, sliders, buttons, etc. Please contact the GNUstep maintainers at in case of questions and help offers. +LICENSE: GPL3 + WWW: http://www.gnustep.org/ diff --git a/devel/gnustep/Makefile b/devel/gnustep/Makefile index 73c328717ac6..dd4cec4b408d 100644 --- a/devel/gnustep/Makefile +++ b/devel/gnustep/Makefile @@ -15,7 +15,7 @@ EXTRACT_ONLY= # empty MAINTAINER= dinoex@FreeBSD.org COMMENT= Objective-C libraries based on the OpenStep standard -RESTRICTED= GPL3 +NO_PACKAGE= GPL3 NO_BUILD= yes NO_INSTALL= yes USE_GNUSTEP= yes