diff options
-rw-r--r-- | devel/ruby-gnustep/Makefile | 2 | ||||
-rw-r--r-- | security/gnupg-idea/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-gnustep/Makefile b/devel/ruby-gnustep/Makefile index bd353559e9af..7c69af9fbc57 100644 --- a/devel/ruby-gnustep/Makefile +++ b/devel/ruby-gnustep/Makefile @@ -9,9 +9,9 @@ PORTNAME= gnustep PORTVERSION= 0.2.2 CATEGORIES= devel ruby MASTER_SITES= ${MASTER_SITE_GNUSTEP} +MASTER_SITE_SUBDIR= libs PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= rigs-${PORTVERSION} -MASTER_SITE_SUBDIR= libs MAINTAINER= dinoex@FreeBSD.org COMMENT= A Ruby interface to the GNUstep development environment diff --git a/security/gnupg-idea/Makefile b/security/gnupg-idea/Makefile index 6c19ee7d6fee..54e97e0b55c3 100644 --- a/security/gnupg-idea/Makefile +++ b/security/gnupg-idea/Makefile @@ -24,7 +24,7 @@ COMMENT= IDEA extension module for gnupg (and RSA for demonstration) RUN_DEPENDS= ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg EXTRACT_AFTER_ARGS= > ${WRKSRC}/idea.c -RESTRICTED= "IDEA is Patented in the USA and many European countries" +RESTRICTED= IDEA is Patented in the USA and many European countries NO_PACKAGE= ${RESTRICTED} NO_WRKSUBDIR= yes |