svn commit: r328626 - head/x11/xcm

Boris Samorodov bsam at FreeBSD.org
Sat Sep 28 19:46:54 UTC 2013


Author: bsam
Date: Sat Sep 28 19:46:53 2013
New Revision: 328626
URL: http://svnweb.freebsd.org/changeset/ports/328626

Log:
  . support staging; \
  . use new LIB_DEPENDS syntax.

Modified:
  head/x11/xcm/Makefile

Modified: head/x11/xcm/Makefile
==============================================================================
--- head/x11/xcm/Makefile	Sat Sep 28 19:41:54 2013	(r328625)
+++ head/x11/xcm/Makefile	Sat Sep 28 19:46:53 2013	(r328626)
@@ -8,16 +8,15 @@ MASTER_SITES=	SF/oyranos/Xcm
 MAINTAINER=	bsam at FreeBSD.org
 COMMENT=	X Color Management tools
 
-LIB_DEPENDS=	Xcm:${PORTSDIR}/x11/libXcm
+LIB_DEPENDS=	libXcm.so:${PORTSDIR}/x11/libXcm
 
 XORG_CAT=	app
 # xcm should be added to XORG_MODULES at /usr/ports/Mk/bsd.xorg.mk
-NO_STAGE=	yes
 # and LIB_DEPENDS is replaced by the following line:
 #USE_XORG=	xcm
 
-PLIST_FILES=	bin/xcm bin/xcmedid bin/xcmevents
-
-MAN1=		xcm.1 xcmddc.1 xcmedid.1 xcmevents.1
+PLIST_FILES=	bin/xcm bin/xcmedid bin/xcmevents man/man1/xcm.1.gz \
+		man/man1/xcmddc.1.gz man/man1/xcmedid.1.gz \
+		man/man1/xcmevents.1.gz
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list