[Midnightbsd-cvs] mports [20867] trunk/graphics/libcaca/Makefile: fix a few issues with libcaca port

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Nov 15 12:10:22 EST 2015


Revision: 20867
          http://svnweb.midnightbsd.org/mports/?rev=20867
Author:   laffer1
Date:     2015-11-15 12:10:22 -0500 (Sun, 15 Nov 2015)
Log Message:
-----------
fix a few issues with libcaca port

Modified Paths:
--------------
    trunk/graphics/libcaca/Makefile

Modified: trunk/graphics/libcaca/Makefile
===================================================================
--- trunk/graphics/libcaca/Makefile	2015-11-15 17:08:22 UTC (rev 20866)
+++ trunk/graphics/libcaca/Makefile	2015-11-15 17:10:22 UTC (rev 20867)
@@ -8,6 +8,7 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Graphics library that outputs text instead of pixels
+
 LICENSE=	unknown
 # this guy has his own license, gpl and lgpl stuff... ?
 
@@ -39,7 +40,7 @@
 SLANG_LIB_DEPENDS=	libslang.so.2:${PORTSDIR}/devel/libslang2
 SLANG_CONFIGURE_ENABLE=	slang=${LOCALBASE}
 
-.include <bsd.port.options.mk>
+.include <bsd.mport.options.mk>
 
 .if ${PORT_OPTIONS:MFTGL} && ${PORT_OPTIONS:MX11}
 LIB_DEPENDS+=	libftgl.so:${PORTSDIR}/graphics/ftgl
@@ -55,7 +56,7 @@
 			${WRKSRC}/Makefile.in
 
 post-install:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
+	@${MKDIR} ${DOCSDIR}
+	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
 
 .include <bsd.port.mk>



More information about the Midnightbsd-cvs mailing list