View | Details | Raw Unified | Return to bug 204508
Collapse All | Expand All

(-)x11/pixman/Makefile (-1 / +5 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	pixman
3
PORTNAME=	pixman
4
PORTVERSION=	0.32.8
4
PORTVERSION=	0.32.8
5
PORTREVISION=	1
5
CATEGORIES=	x11
6
CATEGORIES=	x11
6
7
7
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
Lines 21-26 Link Here
21
# Build the library exclusively, thus disabling the demos and the tests (which
22
# Build the library exclusively, thus disabling the demos and the tests (which
22
# do not get installed anyway).  This is to workaround a problem in powerpc64
23
# do not get installed anyway).  This is to workaround a problem in powerpc64
23
# where the build of the tests crashes ld; see PR bin/202284.
24
# where the build of the tests crashes ld; see PR bin/202284.
24
MAKE_ARGS=      SUBDIRS=pixman
25
MAKE_ARGS=	SUBDIRS=pixman
25
26
27
post-install:
28
	(cd ${WRKSRC} && ${INSTALL_DATA} pixman/pixman-combine32.h ${STAGEDIR}${PREFIX}/include/pixman-1)
29
26
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)x11/pixman/pkg-plist (+1 lines)
Lines 1-3 Link Here
1
include/pixman-1/pixman-combine32.h
1
include/pixman-1/pixman-version.h
2
include/pixman-1/pixman-version.h
2
include/pixman-1/pixman.h
3
include/pixman-1/pixman.h
3
lib/libpixman-1.a
4
lib/libpixman-1.a

Return to bug 204508