diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-04-07 19:07:20 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-04-07 19:07:20 +0000 |
commit | 7301dcf4c72fb42055e784909511c26733a48c7c (patch) | |
tree | 58e2776f0bde8c047240728442c9da0a3548046d /security/secpanel/Makefile | |
parent | 346b0ab4753f17fd6821e98a23852ebac4855ade (diff) |
- Update master sites and pkg-descr [1]
- While I'm here - perform minor tweaks and move to localbase
PR: ports/111350 [1]
Submitted by: Dr. Markus Waldeck <waldeck@gmx.de>
Notes
Notes:
svn path=/head/; revision=189443
Diffstat (limited to 'security/secpanel/Makefile')
-rw-r--r-- | security/secpanel/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/security/secpanel/Makefile b/security/secpanel/Makefile index a0248ff7fb99..e9a5fb4f099e 100644 --- a/security/secpanel/Makefile +++ b/security/secpanel/Makefile @@ -10,26 +10,27 @@ PORTVERSION= 0.5.1 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security tcl84 tk84 -MASTER_SITES= http://www.pingx.net/secpanel/ CSME +MASTER_SITES= CENKES +# Now officially available from: +# http://secpanel.mymediahost.de/files/u1/secpanel-0_5_1.tgz MAINTAINER= infofarmer@FreeBSD.org COMMENT= GUI for managing and running ssh and related utilities RUN_DEPENDS= ssh-askpass:${PORTSDIR}/security/openssh-askpass -USE_X_PREFIX= yes USE_TK_RUN= 84 - NO_BUILD= yes post-patch: - @${REINPLACE_CMD} -e 's!^exec wish!exec wish8.4!' \ + @${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 + -e 's!askpassbin askpass!askpassbin ssh-askpass!' \ + ${WRKSRC}/src/bin/secpanel do-install: ${INSTALL_SCRIPT} ${WRKSRC}/src/bin/secpanel ${PREFIX}/bin/ - @${INSTALL} -d ${DATADIR} + @${INSTALL} -d ${DATADIR}/ @${CP} -Rp ${WRKSRC}/src/lib/secpanel/ ${DATADIR}/ @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}/ @${CHMOD} -R ${SHAREMODE} ${DATADIR}/ |