aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/telegram
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2017-01-05 19:00:49 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2017-01-05 19:00:49 +0800
commitdf6fffc0f9b0d0a31a8f1f5158fc5be14c9f64c9 (patch)
treeddff58c3454f1e52edefc64841d48182b8a7ecac /net-im/telegram
parentc81a1897fd396b1413a730faa436106ddef388a1 (diff)
downloadfreebsd-ports-gnome-df6fffc0f9b0d0a31a8f1f5158fc5be14c9f64c9.tar.gz
freebsd-ports-gnome-df6fffc0f9b0d0a31a8f1f5158fc5be14c9f64c9.tar.zst
freebsd-ports-gnome-df6fffc0f9b0d0a31a8f1f5158fc5be14c9f64c9.zip
Remove always-true/false conditions after 9.x, 10.[12] EOL
While here, couple minor fixes portmgr blanket
Diffstat (limited to 'net-im/telegram')
-rw-r--r--net-im/telegram/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/net-im/telegram/Makefile b/net-im/telegram/Makefile
index 7f29bd4c5bc9..c738d70f8d3b 100644
--- a/net-im/telegram/Makefile
+++ b/net-im/telegram/Makefile
@@ -32,12 +32,6 @@ PLIST_FILES= bin/telegram-cli \
etc/telegram-cli/server.pub
PORTDOCS= *
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 1000024
-USE_GCC= yes
-.endif
-
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/etc/telegram-cli
${INSTALL_PROGRAM} ${WRKSRC}/bin/telegram-cli ${STAGEDIR}${PREFIX}/bin
@@ -46,4 +40,4 @@ do-install:
(cd ${WRKSRC}/ && ${INSTALL_DATA} CHANGELOG README-LUA README.es README.md \
${STAGEDIR}${DOCSDIR})
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>