diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-11-09 12:40:17 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-11-09 12:40:17 +0000 |
commit | d16dfb0b86eb0189d6a2848bf914fcc5cecc2862 (patch) | |
tree | 7d476ca5a7a9d8f9919b3c37eb7c6ee858db92ba /security/pgpdump/Makefile | |
parent | Upgrade to 1.7.7. (diff) |
- update to version 0.14
- portlintify (space -> tab)
PR: 31867
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=49874
Diffstat (limited to 'security/pgpdump/Makefile')
-rw-r--r-- | security/pgpdump/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pgpdump/Makefile b/security/pgpdump/Makefile index 1ff4312af730..96f386681dda 100644 --- a/security/pgpdump/Makefile +++ b/security/pgpdump/Makefile @@ -6,13 +6,13 @@ # PORTNAME= pgpdump -PORTVERSION= 0.13 +PORTVERSION= 0.14 CATEGORIES= security MASTER_SITES= ftp://pgp.iijlab.net/pub/pgp/tools/ MAINTAINER= kaoru@kaisei.org -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes MAN1= pgpdump.1 |