From e7a3ee4ed9d98d8f1b138b49a7d24d5a929da148 Mon Sep 17 00:00:00 2001 From: sat Date: Mon, 29 Oct 2007 19:05:22 +0000 Subject: - Update www and master sites --- security/secpanel/Makefile | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'security/secpanel/Makefile') 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 +# Date created: 11 June 2001 +# Whom: Pete Fritchman # # $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 -- cgit