[Midnightbsd-cvs] mports [16865] trunk/devel/libplist/Makefile: fix fetch and turn on docs option

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 6 23:47:09 EDT 2014


Revision: 16865
          http://svnweb.midnightbsd.org/mports/?rev=16865
Author:   laffer1
Date:     2014-09-06 23:47:07 -0400 (Sat, 06 Sep 2014)
Log Message:
-----------
fix fetch and turn on docs option

Modified Paths:
--------------
    trunk/devel/libplist/Makefile

Modified: trunk/devel/libplist/Makefile
===================================================================
--- trunk/devel/libplist/Makefile	2014-09-07 03:44:46 UTC (rev 16864)
+++ trunk/devel/libplist/Makefile	2014-09-07 03:47:07 UTC (rev 16865)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libplist
 PORTVERSION=	1.10
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES?=	devel
 MASTER_SITES=	http://www.libimobiledevice.org/downloads/
 
@@ -12,8 +12,7 @@
 
 SLAVE_PORT?=	no
 
-USE_BZIP2=	yes
-USES=		cmake pkgconfig
+USES=		cmake pkgconfig tar:bzip2
 
 .if ${SLAVE_PORT} == "no"
 
@@ -25,6 +24,8 @@
 
 PORTDOCS=	AUTHORS NEWS README
 
+OPTIONS_DEFINE=	DOCS
+
 .include <bsd.mport.options.mk>
 
 post-patch:
@@ -36,10 +37,8 @@
 		${WRKSRC}/CMakeLists.txt
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
-.endif
 
 .endif # ${SLAVE_PORT} == "no"
 



More information about the Midnightbsd-cvs mailing list