diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-09-22 07:15:29 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-09-22 07:15:29 +0000 |
commit | fa8ed25c45fc15324f42a729c3454b61277aa14f (patch) | |
tree | 1f7ec3d29ca76d6fcb83d557b4604527993916e3 /security/samhain/Makefile | |
parent | - add support for some C++ programs (diff) |
Fix DISTNAME variable.
Reported by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
Pointy hat to: vsevolod
Notes
Notes:
svn path=/head/; revision=143321
Diffstat (limited to '')
-rw-r--r-- | security/samhain/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/samhain/Makefile b/security/samhain/Makefile index dd3e5a823a64..a0079778449c 100644 --- a/security/samhain/Makefile +++ b/security/samhain/Makefile @@ -23,7 +23,7 @@ PORTVERSION= 2.0.10 CATEGORIES= security MASTER_SITES= http://la-samhna.de/archive/ \ http://cold.darkambient.net/ -DISTNAME= samhain_signed-${PORTVERSION}.tar.gz +DISTNAME= samhain_signed-${PORTVERSION} MAINTAINER= lx@redundancy.redundancy.org COMMENT= The Samhain Intrusion Detection System |