aboutsummaryrefslogtreecommitdiff
path: root/x11/xcm
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2013-09-28 19:46:53 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2013-09-28 19:46:53 +0000
commit850443471429527b8e3c845225c4bf60d0af41fe (patch)
treee1aad3c720920814aba8af53cce157fae2429533 /x11/xcm
parenta30e19e7a90e584d4fcf322e49acd5b6ee58f8ce (diff)
downloadports-850443471429527b8e3c845225c4bf60d0af41fe.tar.gz
ports-850443471429527b8e3c845225c4bf60d0af41fe.zip
. support staging; \
. use new LIB_DEPENDS syntax.
Notes
Notes: svn path=/head/; revision=328626
Diffstat (limited to 'x11/xcm')
-rw-r--r--x11/xcm/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/x11/xcm/Makefile b/x11/xcm/Makefile
index 42588551080c..e0dc05296435 100644
--- a/x11/xcm/Makefile
+++ b/x11/xcm/Makefile
@@ -8,16 +8,15 @@ MASTER_SITES= SF/oyranos/Xcm
MAINTAINER= bsam@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>