aboutsummaryrefslogtreecommitdiff
path: root/security/ssh_askpass_gtk2
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2011-06-21 12:09:48 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2011-06-21 12:09:48 +0000
commit4d443ed3acefbcfc13ae11b9bb8f3d9eead06790 (patch)
treeafd4c136682f0b89d478ec9e057f71190bd66625 /security/ssh_askpass_gtk2
parentad1ce8d09a963223249ccc3146d471a76598193c (diff)
downloadports-4d443ed3acefbcfc13ae11b9bb8f3d9eead06790.tar.gz
ports-4d443ed3acefbcfc13ae11b9bb8f3d9eead06790.zip
Notes
Diffstat (limited to 'security/ssh_askpass_gtk2')
-rw-r--r--security/ssh_askpass_gtk2/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/ssh_askpass_gtk2/Makefile b/security/ssh_askpass_gtk2/Makefile
index 82d03ab51dc5..4367ad525e01 100644
--- a/security/ssh_askpass_gtk2/Makefile
+++ b/security/ssh_askpass_gtk2/Makefile
@@ -22,6 +22,9 @@ USE_GNOME= gtk20
PLIST_FILES= bin/ssh-askpass-fullscreen
+post-patch:
+ ${REINPLACE_CMD} -e "s,gcc,${CC}," ${WRKSRC}/Makefile
+
do-install:
cd ${WRKSRC};\
${INSTALL_PROGRAM} ssh-askpass-fullscreen ${PREFIX}/bin/ssh-askpass-fullscreen;\