summaryrefslogtreecommitdiff
path: root/net-im/skype20/Makefile
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-05-26 04:29:20 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-05-26 04:29:20 +0000
commit48be25ccf8facdd2f0c1e39a5de94ee72c525e82 (patch)
tree101e7e3541b46fb1f114f39656bd6478e78cba82 /net-im/skype20/Makefile
parentsecurity/barnyard, upgrade the startup script (diff)
- Add warning message "Skype requires at least linux_base-fc6"
Notes
Notes: svn path=/head/; revision=213671
Diffstat (limited to 'net-im/skype20/Makefile')
-rw-r--r--net-im/skype20/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/net-im/skype20/Makefile b/net-im/skype20/Makefile
index 8dfcee720709..eeb94bd44f36 100644
--- a/net-im/skype20/Makefile
+++ b/net-im/skype20/Makefile
@@ -42,6 +42,21 @@ PLIST_SUB= SKYPEDIR=${SKYPEDIR}
.include <bsd.port.pre.mk>
+pre-fetch:
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} "* * * * * * * * * * * * * * * * * * * * * * * * * * * *"
+ @${ECHO_MSG} "ATTENTION!"
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} "Skype requires at least linux_base-fc6"
+ @${ECHO_MSG} "which is NOT default at this time."
+ @${ECHO_MSG} "If you don't have that version or above installed,"
+ @${ECHO_MSG} "hit 'control c' now!"
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} "Please read ${PORTSDIR}/UPDATING 20080318"
+ @${ECHO_MSG} "for update and install instructions."
+ @${ECHO_MSG} "* * * * * * * * * * * * * * * * * * * * * * * * * * * *"
+ @${ECHO_MSG} ""
+
post-patch:
@${REINPLACE_CMD} -e 's|Exec=skype|Exec=skype --resources=${PREFIX}/${SKYPEDIR}|' \
${WRKSRC}/skype.desktop