diff options
author | petef <petef@FreeBSD.org> | 2001-11-09 12:40:17 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-11-09 12:40:17 +0000 |
commit | 4d2c605ac5c923af0354851fccf59ca371f17f5e (patch) | |
tree | 8c60d5eb8578ef45e628445a1ad386a73788b702 /security/pgpdump/Makefile | |
parent | 8edacef0925136c6dedfd6e332f46f883ce30fee (diff) | |
download | FreeBSD-ports-4d2c605ac5c923af0354851fccf59ca371f17f5e.zip FreeBSD-ports-4d2c605ac5c923af0354851fccf59ca371f17f5e.tar.gz |
- update to version 0.14
- portlintify (space -> tab)
PR: 31867
Submitted by: maintainer
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 1ff4312..96f3866 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 |