diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2011-06-21 12:09:48 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2011-06-21 12:09:48 +0000 |
commit | 4d443ed3acefbcfc13ae11b9bb8f3d9eead06790 (patch) | |
tree | afd4c136682f0b89d478ec9e057f71190bd66625 /security | |
parent | ad1ce8d09a963223249ccc3146d471a76598193c (diff) | |
download | ports-4d443ed3acefbcfc13ae11b9bb8f3d9eead06790.tar.gz ports-4d443ed3acefbcfc13ae11b9bb8f3d9eead06790.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh_askpass_gtk2/Makefile | 3 |
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;\ |