aboutsummaryrefslogtreecommitdiff
path: root/security/openct
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2008-08-27 21:15:18 +0000
committerAlex Dupre <ale@FreeBSD.org>2008-08-27 21:15:18 +0000
commit88f8db4101ca613ee33ab81f2945b2e4eaf23ec6 (patch)
treec81d938b3629fc4d8a7000982fb561d9799089fd /security/openct
parent2834c52a8cd6704792c8fef3af9b885e8c59abf6 (diff)
downloadports-88f8db4101ca613ee33ab81f2945b2e4eaf23ec6.tar.gz
ports-88f8db4101ca613ee33ab81f2945b2e4eaf23ec6.zip
Notes
Diffstat (limited to 'security/openct')
-rw-r--r--security/openct/Makefile2
-rw-r--r--security/openct/files/openct.in1
2 files changed, 1 insertions, 2 deletions
diff --git a/security/openct/Makefile b/security/openct/Makefile
index 241928dd985f..429fe6a897d8 100644
--- a/security/openct/Makefile
+++ b/security/openct/Makefile
@@ -7,7 +7,7 @@
PORTNAME= openct
PORTVERSION= 0.6.15
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://www.opensc-project.org/files/${PORTNAME}/ \
http://www.opensc-project.org/files/${PORTNAME}/testing/
diff --git a/security/openct/files/openct.in b/security/openct/files/openct.in
index 2d2969384338..3912b34eac75 100644
--- a/security/openct/files/openct.in
+++ b/security/openct/files/openct.in
@@ -41,7 +41,6 @@ openct_stop()
{
if [ -f "${openct_rundir}/status" ]; then
${command} shutdown > /dev/null
- /bin/rm ${openct_rundir}/status
fi
}