aboutsummaryrefslogtreecommitdiffstats
path: root/security/secpanel/Makefile
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2007-10-30 03:05:22 +0800
committersat <sat@FreeBSD.org>2007-10-30 03:05:22 +0800
commite7a3ee4ed9d98d8f1b138b49a7d24d5a929da148 (patch)
tree627847e600813d5dc1806decfcb405377c2456ad /security/secpanel/Makefile
parent5f0a5debfdc4805d1eb336a935d673c191c80c56 (diff)
downloadfreebsd-ports-gnome-e7a3ee4ed9d98d8f1b138b49a7d24d5a929da148.tar.gz
freebsd-ports-gnome-e7a3ee4ed9d98d8f1b138b49a7d24d5a929da148.tar.zst
freebsd-ports-gnome-e7a3ee4ed9d98d8f1b138b49a7d24d5a929da148.zip
- Update www and master sites
Diffstat (limited to 'security/secpanel/Makefile')
-rw-r--r--security/secpanel/Makefile14
1 files changed, 6 insertions, 8 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>