aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-06-30 03:14:08 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-06-30 03:14:08 +0800
commit90341b7d392263127ccb22da413f716739e6fe5a (patch)
tree8f51547fed6bd928232c7ba256d203bf2dc063d3 /net-im
parentfcfc8b49f0507b32a585507813f2180ef49a132e (diff)
downloadfreebsd-ports-gnome-90341b7d392263127ccb22da413f716739e6fe5a.tar.gz
freebsd-ports-gnome-90341b7d392263127ccb22da413f716739e6fe5a.tar.zst
freebsd-ports-gnome-90341b7d392263127ccb22da413f716739e6fe5a.zip
Remove Perl core modules
- While I'm here, convert to options target helper - Bump PORTREVISION for dependency change With hat: perl
Diffstat (limited to 'net-im')
-rw-r--r--net-im/sendxmpp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/sendxmpp/Makefile b/net-im/sendxmpp/Makefile
index 53a7f9d15b71..40095380a327 100644
--- a/net-im/sendxmpp/Makefile
+++ b/net-im/sendxmpp/Makefile
@@ -4,6 +4,7 @@
PORTNAME= sendxmpp
PORTVERSION= 1.24
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= net-im perl5
MAINTAINER= mek@mek.uz.ua
@@ -13,7 +14,6 @@ LICENSE= GPLv2
BUILD_DEPENDS= p5-Net-XMPP>=0:net-im/p5-Net-XMPP
RUN_DEPENDS= p5-Authen-SASL>=0:security/p5-Authen-SASL \
- p5-Getopt-Long>=0:devel/p5-Getopt-Long \
p5-Net-XMPP>=0:net-im/p5-Net-XMPP
USE_GITHUB= yes
@@ -28,7 +28,7 @@ PLIST_FILES= bin/sendxmpp ${SITE_MAN1}/sendxmpp.1.gz
OPTIONS_DEFINE= EXAMPLES
-post-install:
+post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} ${STAGEDIR}${EXAMPLESDIR}