aboutsummaryrefslogtreecommitdiff
path: root/security/secpanel/Makefile
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-05-05 03:26:17 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-05-05 03:26:17 +0000
commit5897c92e94ce8f432086af9f5f04e2f610174456 (patch)
treec2a252d0db8af855feb101a10699bda401866523 /security/secpanel/Makefile
parentbbe18397ecfe519dcae147ac1480605d0d20bac7 (diff)
downloadports-5897c92e94ce8f432086af9f5f04e2f610174456.tar.gz
ports-5897c92e94ce8f432086af9f5f04e2f610174456.zip
Notes
Diffstat (limited to 'security/secpanel/Makefile')
-rw-r--r--security/secpanel/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/security/secpanel/Makefile b/security/secpanel/Makefile
index 158d3e5c3381..4a210c5f5608 100644
--- a/security/secpanel/Makefile
+++ b/security/secpanel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= secpanel
-PORTVERSION= 0.32
+PORTVERSION= 0.41
CATEGORIES= security
MASTER_SITES= http://www.pingx.net/secpanel/
@@ -28,12 +28,13 @@ post-patch:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/src/bin/secpanel ${PREFIX}/bin
@${MKDIR} ${PREFIX}/share/secpanel
-.for file in default.config default.profile gui.tcl listserver.tcl \
- secpanel.dist secpanel.wait
+.for file in convert_history.tcl default.config default.profile \
+ gui.tcl keydistribute.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 configs.gif connects.gif keys.gif profiles.gif scp.gif
+.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} \
${PREFIX}/share/secpanel/images
.endfor