Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Sep 2013 19:34:21 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328623 - head/x11/libXcm
Message-ID:  <201309281934.r8SJYLUu011780@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Sat Sep 28 19:34:21 2013
New Revision: 328623
URL: http://svnweb.freebsd.org/changeset/ports/328623

Log:
  . support staging;
  . use pathfix instead a reinplace command.

Modified:
  head/x11/libXcm/Makefile
  head/x11/libXcm/pkg-plist

Modified: head/x11/libXcm/Makefile
==============================================================================
--- head/x11/libXcm/Makefile	Sat Sep 28 19:16:18 2013	(r328622)
+++ head/x11/libXcm/Makefile	Sat Sep 28 19:34:21 2013	(r328623)
@@ -11,15 +11,7 @@ COMMENT=	X Colour Management Library
 LICENSE=	MIT
 
 XORG_CAT=	lib
-USES=		pkgconfig
+USES=		pathfix pkgconfig
 USE_XORG=	xfixes xmu
 
-MAN3=		Xcm.3 XcmDDC.3 XcmEdidParse.3 XcmEvents.3 XcolorProfile.3 \
-		XcolorRegion.3 libXcm.3
-
-NO_STAGE=	yes
-post-patch:
-	@${SED} -I.bak -e 's:{libdir}/pkgconfig:{prefix}/libdata/pkgconfig:g' \
-		${WRKSRC}/Makefile.in
-
 .include <bsd.port.mk>

Modified: head/x11/libXcm/pkg-plist
==============================================================================
--- head/x11/libXcm/pkg-plist	Sat Sep 28 19:16:18 2013	(r328622)
+++ head/x11/libXcm/pkg-plist	Sat Sep 28 19:34:21 2013	(r328623)
@@ -7,7 +7,14 @@ lib/libXcm.la
 lib/libXcm.so
 lib/libXcm.so.0
 libdata/pkgconfig/xcm.pc
+man/man3/Xcm.3.gz
+man/man3/XcmDDC.3.gz
+man/man3/XcmEdidParse.3.gz
+man/man3/XcmEvents.3.gz
+man/man3/XcolorProfile.3.gz
+man/man3/XcolorRegion.3.gz
+man/man3/libXcm.3.gz
 share/cmake/Modules/FindXcm.cmake
 @dirrmtry share/cmake/Modules
 @dirrmtry share/cmake
-@dirrm include/X11/Xcm
+@dirrmtry include/X11/Xcm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309281934.r8SJYLUu011780>