diff options
author | knu <knu@FreeBSD.org> | 2000-11-06 14:42:01 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-11-06 14:42:01 +0800 |
commit | 264361e0757715fbf656a15608ae1c3f8f2806aa (patch) | |
tree | 79abeb9d26b8cfdd6a000fcabe7c6c8c4049b424 /security/Makefile | |
parent | 2f6947e8e871c6e731a243d59a072c6489aabfdf (diff) | |
download | freebsd-ports-gnome-264361e0757715fbf656a15608ae1c3f8f2806aa.tar.gz freebsd-ports-gnome-264361e0757715fbf656a15608ae1c3f8f2806aa.tar.zst freebsd-ports-gnome-264361e0757715fbf656a15608ae1c3f8f2806aa.zip |
Fix the port.
- Remove extra spaces and newlines
- Describe RESTRICTED more specifically
- Generate PLIST on the fly
- Prepare PKGMESSAGE to inform the users
(Additional fixes by knu follow:)
- Add MASTER_SITES.
- Respect MAKE_IDEA that could be defined in /etc/make.conf
- Make a bit more portlint friendly
- Fix pkg-{comment,descr} to reflect the latest situation
gnupg-idea was repo-moved from gnupg-rsa, because now GnuPG has a
builtin RSA support. (GnuPG >= 1.03, after the RSA patent restriction
was lifted)
PR: ports/22620
Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org> (MAINTAINER)
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 6f11eb1e11ce..355bff570b47 100644 --- a/security/Makefile +++ b/security/Makefile @@ -27,7 +27,7 @@ SUBDIR += fwtk SUBDIR += gag SUBDIR += gnupg - SUBDIR += gnupg-rsa + SUBDIR += gnupg-idea SUBDIR += gpa SUBDIR += gpasman SUBDIR += gtkportscan |