diff options
author | thierry <thierry@FreeBSD.org> | 2006-05-04 20:20:09 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-05-04 20:20:09 +0800 |
commit | 65f7d099f5d21d1b1566c918eb8ccf119a4ab891 (patch) | |
tree | 4717086832d4a3ab6cf6208c3e93243d39867639 /security/secpanel | |
parent | 02e5c5b325c499b36469125b749909b9c8d9dd1c (diff) | |
download | freebsd-ports-graphics-65f7d099f5d21d1b1566c918eb8ccf119a4ab891.tar.gz freebsd-ports-graphics-65f7d099f5d21d1b1566c918eb8ccf119a4ab891.tar.zst freebsd-ports-graphics-65f7d099f5d21d1b1566c918eb8ccf119a4ab891.zip |
- Add forgotten files;
- Add master sites;
- Clean up a bit.
PR: ports/96693
Submitted by: Andrew Pantyukhin <infofarmer (at) gmail.com> (maintainer)
Diffstat (limited to 'security/secpanel')
-rw-r--r-- | security/secpanel/Makefile | 24 | ||||
-rw-r--r-- | security/secpanel/pkg-plist | 3 |
2 files changed, 15 insertions, 12 deletions
diff --git a/security/secpanel/Makefile b/security/secpanel/Makefile index aefa07fbd41..25b4fa63c67 100644 --- a/security/secpanel/Makefile +++ b/security/secpanel/Makefile @@ -7,17 +7,21 @@ PORTNAME= secpanel PORTVERSION= 0.5.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security tcl84 tk84 -MASTER_SITES= http://www.pingx.net/secpanel/ +MASTER_SITES= http://www.pingx.net/secpanel/ \ + http://bsd1.csme.ru/myports/ \ + http://bsd2.csme.ru/myports/ \ + http://bsd3.csme.ru/myports/ MAINTAINER= infofarmer@gmail.com COMMENT= GUI for managing and running ssh and related utilities -RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \ - ssh-askpass:${PORTSDIR}/security/openssh-askpass +RUN_DEPENDS= ssh-askpass:${PORTSDIR}/security/openssh-askpass USE_X_PREFIX= yes +USE_TK= 84 NO_BUILD= yes @@ -27,14 +31,10 @@ post-patch: -e 's!askpassbin askpass!askpassbin ssh-askpass!' ${WRKSRC}/src/bin/secpanel do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/src/bin/secpanel ${PREFIX}/bin - @${MKDIR} ${DATADIR} -.for file in convert_history.tcl default.config default.profile \ - gui.tcl listserver.tcl secpanel.dist secpanel.wait - ${INSTALL_SCRIPT} ${WRKSRC}/src/lib/secpanel/${file} ${DATADIR} -.endfor - @${MKDIR} ${DATADIR}/images - ${INSTALL_DATA} ${WRKSRC}/src/lib/secpanel/images/*.gif \ - ${DATADIR}/images + ${INSTALL_SCRIPT} ${WRKSRC}/src/bin/secpanel ${PREFIX}/bin/ + @${INSTALL} -d ${DATADIR} + @${CP} -Rp ${WRKSRC}/src/lib/secpanel/ ${DATADIR}/ + @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}/ + @${CHMOD} -R ${SHAREMODE} ${DATADIR}/ .include <bsd.port.mk> diff --git a/security/secpanel/pkg-plist b/security/secpanel/pkg-plist index 09b55e4c234..cd83f5e1069 100644 --- a/security/secpanel/pkg-plist +++ b/security/secpanel/pkg-plist @@ -1,11 +1,14 @@ bin/secpanel %%DATADIR%%/convert_history.tcl +%%DATADIR%%/convert_profile.tcl %%DATADIR%%/default.config %%DATADIR%%/default.profile +%%DATADIR%%/export_profiles.tcl %%DATADIR%%/gui.tcl %%DATADIR%%/listserver.tcl %%DATADIR%%/secpanel.dist %%DATADIR%%/secpanel.wait +%%DATADIR%%/sp_scp.tcl %%DATADIR%%/images/arrow_left.gif %%DATADIR%%/images/arrow_right.gif %%DATADIR%%/images/back.gif |