diff options
author | ade <ade@FreeBSD.org> | 2000-09-17 03:28:06 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-09-17 03:28:06 +0800 |
commit | 0c9da8238b1f4c2946d5e5b77f5de0fe5550eb0c (patch) | |
tree | ee667f367b31ef737b4569291b8f631c2c7c91fd /security | |
parent | 45a0fb56792c1ec84811db82b9bca845cd52458c (diff) | |
download | freebsd-ports-gnome-0c9da8238b1f4c2946d5e5b77f5de0fe5550eb0c.tar.gz freebsd-ports-gnome-0c9da8238b1f4c2946d5e5b77f5de0fe5550eb0c.tar.zst freebsd-ports-gnome-0c9da8238b1f4c2946d5e5b77f5de0fe5550eb0c.zip |
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 |