summaryrefslogtreecommitdiff
path: root/security/secpanel
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-10-29 19:05:22 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-10-29 19:05:22 +0000
commitb56de356e17069e461d38686fe77474befe29f26 (patch)
tree6cf8b6072c44c4d9611a87188494d5807d5a7ee5 /security/secpanel
parent- Update to 0.5.3 (diff)
- Update www and master sites
Notes
Notes: svn path=/head/; revision=202339
Diffstat (limited to 'security/secpanel')
-rw-r--r--security/secpanel/Makefile14
-rw-r--r--security/secpanel/pkg-descr5
2 files changed, 7 insertions, 12 deletions
diff --git a/security/secpanel/Makefile b/security/secpanel/Makefile
index fa2c09e8e235..2a5afc4221b1 100644
--- a/security/secpanel/Makefile
+++ b/security/secpanel/Makefile
@@ -1,6 +1,6 @@
# New ports collection makefile for: secpanel
-# Date created: 11 June 2001
-# Whom: Pete Fritchman <petef@databits.net>
+# Date created: 11 June 2001
+# Whom: Pete Fritchman <petef@databits.net>
#
# $FreeBSD$
#
@@ -9,7 +9,7 @@ PORTNAME= secpanel
PORTVERSION= 0.5.2
PORTEPOCH= 1
CATEGORIES= security tcl84 tk84
-MASTER_SITES= http://secpanel.mymediahost.de/files/downloads/secpanel/ CENKES
+MASTER_SITES= http://themediahost.de/secpanel/data/ CENKES
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= GUI for managing and running ssh and related utilities
@@ -26,12 +26,10 @@ post-patch:
@${REINPLACE_CMD} -e 's!^exec wish!exec ${WISH}!' \
-e 's!\[file dirname \[info script\]\]/../lib/secpanel!${DATADIR}!' \
-e 's!askpassbin askpass!askpassbin ssh-askpass!' \
- ${WRKSRC}/src/bin/secpanel
+ ${WRKSRC}/src/bin/secpanel
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/src/bin/secpanel ${PREFIX}/bin/
- @${INSTALL} -d ${DATADIR}/
- @${CP} -R ${WRKSRC}/src/lib/secpanel/ ${DATADIR}/
- @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}/
+ @${INSTALL_SCRIPT} ${WRKSRC}/src/bin/secpanel ${PREFIX}/bin/
+ @cd ${WRKSRC}/src/lib/secpanel/&&${COPYTREE_SHARE} . ${DATADIR}/
.include <bsd.port.mk>
diff --git a/security/secpanel/pkg-descr b/security/secpanel/pkg-descr
index df909d30940b..8158052ff26e 100644
--- a/security/secpanel/pkg-descr
+++ b/security/secpanel/pkg-descr
@@ -4,8 +4,5 @@ are adjusted by one mouseclick (compression, port-forwarding, etc.).
It also manages the SSH-agent. SecPanel works with ssh 1.2.x and
OpenSSH.
-WWW: http://secpanel.mymediahost.de/
+WWW: http://themediahost.de/secpanel/
Author: Steffen Leich <steffen.leich _at_ gmail.com>
-
-- Pete
-petef@databits.net