diff options
author | vsevolod <vsevolod@FreeBSD.org> | 2005-09-22 15:15:29 +0800 |
---|---|---|
committer | vsevolod <vsevolod@FreeBSD.org> | 2005-09-22 15:15:29 +0800 |
commit | 6b1cae9619b81e54e9f0ed177bf54453a1ab0742 (patch) | |
tree | 881d14f188a16bed38eeea483c3256aa4188f24a /security | |
parent | 1eeed950edb7d176e83a9917311349a7f6585060 (diff) | |
download | freebsd-ports-gnome-6b1cae9619b81e54e9f0ed177bf54453a1ab0742.tar.gz freebsd-ports-gnome-6b1cae9619b81e54e9f0ed177bf54453a1ab0742.tar.zst freebsd-ports-gnome-6b1cae9619b81e54e9f0ed177bf54453a1ab0742.zip |
Fix DISTNAME variable.
Reported by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
Pointy hat to: vsevolod
Diffstat (limited to 'security')
-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 |