Index: head/net-im/sendxmpp/Makefile =================================================================== --- head/net-im/sendxmpp/Makefile (revision 444676) +++ head/net-im/sendxmpp/Makefile (revision 444677) @@ -1,35 +1,35 @@ # Created by: Max E. Kuznecov # $FreeBSD$ PORTNAME= sendxmpp PORTVERSION= 1.24 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net-im perl5 MAINTAINER= mek@mek.uz.ua COMMENT= Perl-script to send xmpp (jabber) messages 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 GH_ACCOUNT= lhost USES= perl5 USE_PERL5= configure NO_ARCH= yes PORTEXAMPLES= send-url.xml sendxmpp-raw-messages 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} .include