diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-11-06 06:42:01 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-11-06 06:42:01 +0000 |
commit | 0635dc2c2130ed0c0c80123f31c9e27afd91fa49 (patch) | |
tree | be71e29ac39140c79503011595111ee00e67e4f1 /security/Makefile | |
parent | d78bea81950e6a8bb706a49366237666ffd14faf (diff) | |
download | ports-0635dc2c2130ed0c0c80123f31c9e27afd91fa49.tar.gz ports-0635dc2c2130ed0c0c80123f31c9e27afd91fa49.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)
Notes
Notes:
svn path=/head/; revision=34828
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 |