diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-03-10 01:08:59 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-03-10 01:08:59 -0400 |
commit | 9e9966f07914d394771aa33900f5b86576318a23 (patch) | |
tree | 493bda3a9f4bfe22f5d3ff75fedf38344e45044d /packaging | |
parent | 4be67d246780ed85bc45c730f374100949fa61e9 (diff) |
FreeBSD: clean up some portlint warnings.
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/freebsd/security/monkeysphere/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packaging/freebsd/security/monkeysphere/Makefile b/packaging/freebsd/security/monkeysphere/Makefile index c54f56c..4fad979 100644 --- a/packaging/freebsd/security/monkeysphere/Makefile +++ b/packaging/freebsd/security/monkeysphere/Makefile @@ -10,10 +10,11 @@ PORTVERSION= 0.24 CATEGORIES= security MASTER_SITES= http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/ # hack for debian orig tarballs -DISTFILES= ${PORTNAME}_${DISTVERSION}.orig.tar.gz +DISTNAME= ${PORTNAME}_${DISTVERSION} +EXTRACT_SUFX= .orig.tar.gz MAINTAINER= dkg@fifthhorseman.net -COMMENT= use the OpenPGP web of trust to verify ssh connections +COMMENT= Use the OpenPGP web of trust to verify ssh connections RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg1 \ lockfile:${PORTSDIR}/mail/procmail \ |