svn commit: r308121 - head/mail/libpst

TAKATSU Tomonari tota at FreeBSD.org
Mon Dec 3 03:03:12 UTC 2012


Author: tota
Date: Mon Dec  3 03:03:11 2012
New Revision: 308121
URL: http://svnweb.freebsd.org/changeset/ports/308121

Log:
  - Fix PST2DII_DESC
  - Move PORTDOCS before <bsd.port.options.mk>
  
  Pointed out by:	jhale@
  Feature safe:	yes

Modified:
  head/mail/libpst/Makefile

Modified: head/mail/libpst/Makefile
==============================================================================
--- head/mail/libpst/Makefile	Mon Dec  3 03:00:20 2012	(r308120)
+++ head/mail/libpst/Makefile	Mon Dec  3 03:03:11 2012	(r308121)
@@ -22,15 +22,13 @@ CONFIGURE_ARGS+=	--disable-python
 MAN1=	lspst.1 pst2dii.1 pst2ldif.1 readpst.1
 MAN5=	outlook.pst.5
 
+PORTDOCS=	*
+
 OPTIONS_DEFINE=	DOCS PST2DII
-PST2DII_DESC=	"allow Summation Document Image Information output"
+PST2DII_DESC=	Allow Summation Document Image Information output
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MDOCS}
-PORTDOCS=	*
-.endif
-
 .if ${PORT_OPTIONS:MPST2DII}
 CONFIGURE_ARGS+=	--enable-dii=yes
 BUILD_DEPENDS+=	${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick


More information about the svn-ports-all mailing list