diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-12-21 17:52:11 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-12-21 17:52:11 +0000 |
commit | a2a189382003635cb4654492944cad7535f57b97 (patch) | |
tree | ba7381d7cdd7b9819811b78490a578d106659c2b /security/secpanel | |
parent | ff3d436b6c9efb59722227664252ac8fbe92d3fe (diff) | |
download | ports-a2a189382003635cb4654492944cad7535f57b97.tar.gz ports-a2a189382003635cb4654492944cad7535f57b97.zip |
Notes
Diffstat (limited to 'security/secpanel')
-rw-r--r-- | security/secpanel/Makefile | 18 | ||||
-rw-r--r-- | security/secpanel/distinfo | 2 | ||||
-rw-r--r-- | security/secpanel/pkg-plist | 1 |
3 files changed, 9 insertions, 12 deletions
diff --git a/security/secpanel/Makefile b/security/secpanel/Makefile index 206a07695970..53f438aa2923 100644 --- a/security/secpanel/Makefile +++ b/security/secpanel/Makefile @@ -6,7 +6,8 @@ # PORTNAME= secpanel -PORTVERSION= 0.41 +PORTVERSION= 0.4.2 +PORTEPOCH= 1 CATEGORIES= security tcl84 tk84 MASTER_SITES= http://www.pingx.net/secpanel/ @@ -16,28 +17,25 @@ COMMENT= GUI for managing and running ssh and related utilities RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \ ssh-askpass:${PORTSDIR}/security/openssh-askpass -USE_PERL5_BUILD=yes +USE_REINPLACE= yes USE_X_PREFIX= yes NO_BUILD= yes post-patch: - @${PERL} -pi -e 's!^exec wish!exec wish8.4!; \ - s!\[file dirname \[info script\]\]/../lib/secpanel!${PREFIX}/share/secpanel! ; \ - s!askpassbin askpass!askpassbin ssh-askpass!' ${WRKSRC}/src/bin/secpanel + @${REINPLACE_CMD} -e 's!^exec wish!exec wish8.4!' \ + -e 's!\[file dirname \[info script\]\]/../lib/secpanel!${PREFIX}/share/secpanel!' \ + -e 's!askpassbin askpass!askpassbin ssh-askpass!' ${WRKSRC}/src/bin/secpanel do-install: ${INSTALL_SCRIPT} ${WRKSRC}/src/bin/secpanel ${PREFIX}/bin @${MKDIR} ${PREFIX}/share/secpanel .for file in convert_history.tcl default.config default.profile \ - gui.tcl keydistribute.tcl listserver.tcl secpanel.dist secpanel.wait + gui.tcl listserver.tcl secpanel.dist secpanel.wait ${INSTALL_SCRIPT} ${WRKSRC}/src/lib/secpanel/${file} ${PREFIX}/share/secpanel .endfor @${MKDIR} ${PREFIX}/share/secpanel/images -.for file in arrow_left.gif arrow_right.gif configs.gif connects.gif \ - folder.gif keys.gif profiles.gif scp.gif sscreen.gif - ${INSTALL_DATA} ${WRKSRC}/src/lib/secpanel/images/${file} \ + ${INSTALL_DATA} ${WRKSRC}/src/lib/secpanel/images/*.gif \ ${PREFIX}/share/secpanel/images -.endfor .include <bsd.port.mk> diff --git a/security/secpanel/distinfo b/security/secpanel/distinfo index 15bd6f8f4640..7da31864fe5d 100644 --- a/security/secpanel/distinfo +++ b/security/secpanel/distinfo @@ -1 +1 @@ -MD5 (secpanel-0.41.tar.gz) = 3d0df052986506edd05905be854c2a3a +MD5 (secpanel-0.4.2.tar.gz) = 7d289b616cd6dcaaed2109fc952ef375 diff --git a/security/secpanel/pkg-plist b/security/secpanel/pkg-plist index d021119cd0fc..d36f9d6f2a04 100644 --- a/security/secpanel/pkg-plist +++ b/security/secpanel/pkg-plist @@ -3,7 +3,6 @@ share/secpanel/convert_history.tcl share/secpanel/default.config share/secpanel/default.profile share/secpanel/gui.tcl -share/secpanel/keydistribute.tcl share/secpanel/listserver.tcl share/secpanel/secpanel.dist share/secpanel/secpanel.wait |