svn commit: r308779 - head/net/sendemail

Ion-Mihai Tetcu itetcu at FreeBSD.org
Wed Dec 12 18:52:55 UTC 2012


Author: itetcu
Date: Wed Dec 12 18:52:54 2012
New Revision: 308779
URL: http://svnweb.freebsd.org/changeset/ports/308779

Log:
  - fix login for DOCS installation
  - bump PORTREVISION for plist change
  
  Submitted by:	jhale@

Modified:
  head/net/sendemail/Makefile

Modified: head/net/sendemail/Makefile
==============================================================================
--- head/net/sendemail/Makefile	Wed Dec 12 18:49:18 2012	(r308778)
+++ head/net/sendemail/Makefile	Wed Dec 12 18:52:54 2012	(r308779)
@@ -7,7 +7,7 @@
 
 PORTNAME=	sendEmail
 PORTVERSION=	1.56
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	http://caspian.dotconf.net/menu/Software/SendEmail/ \
 		http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/
@@ -22,7 +22,6 @@ USE_PERL5_RUN=	yes
 PLIST_FILES=	bin/sendEmail
 PORTDOCS=	CHANGELOG README TODO
 
-#OPTIONS=	SSL "Enable SSL support" off
 OPTIONS_DEFINE=	SSL
 OPTIONS_DEFINE=	DOCS
 SSL_DESC=	SSL/TLS support for communicating with the SMTP server
@@ -39,7 +38,7 @@ post-patch:
 
 do-install:
 	cd ${WRKSRC} && ${INSTALL_SCRIPT} ${PORTNAME} ${PREFIX}/bin
-.if ! ${PORT_OPTIONS:MDOCS}
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 	cd ${WRKSRC} && ${INSTALL_DATA} CHANGELOG README TODO ${DOCSDIR}
 .endif


More information about the svn-ports-all mailing list