diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-09-16 19:28:06 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-09-16 19:28:06 +0000 |
commit | 4c759912f5932ad3fffbd1c324f924f77dc69628 (patch) | |
tree | 23e44b7b66972ecfaa566744d842ab68ab170952 /security | |
parent | Update to 8.0.5 (diff) |
Fix for the USA_RESIDENT=YES case (added PORTREVISION)
PR: 21106
Submitted by: maintainer
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg-idea/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/security/gnupg-idea/Makefile b/security/gnupg-idea/Makefile index 65c1c4eb11a4..a4227854ae8a 100644 --- a/security/gnupg-idea/Makefile +++ b/security/gnupg-idea/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnupg-rsa PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/contrib/ @@ -33,6 +34,10 @@ pre-fetch: .if ${USA_RESIDENT} == NO DISTFILES= rsa.c idea.c CONTRIB= rsa idea +.else +DISTFILES= rsa.c +CONTRIB= rsa +.endif .include <bsd.port.pre.mk> @@ -56,13 +61,5 @@ do-install: .include <bsd.port.post.mk> .else -pre-fetch: - @${ECHO_MSG} - @${ECHO_MSG} rsaref is not supported in this port - @${FALSE} - -.include <bsd.port.mk> - -.endif .endif |