Date: Mon, 28 Apr 2014 11:39:25 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352484 - head/graphics/pixmap Message-ID: <201404281139.s3SBdPRB002332@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Mon Apr 28 11:39:24 2014 New Revision: 352484 URL: http://svnweb.freebsd.org/changeset/ports/352484 QAT: https://qat.redports.org/buildarchive/r352484/ Log: Add staging support Modified: head/graphics/pixmap/Makefile head/graphics/pixmap/pkg-plist Modified: head/graphics/pixmap/Makefile ============================================================================== --- head/graphics/pixmap/Makefile Mon Apr 28 11:33:50 2014 (r352483) +++ head/graphics/pixmap/Makefile Mon Apr 28 11:39:24 2014 (r352484) @@ -26,7 +26,8 @@ USE_XORG= xpm xbitmaps x11 xaw xmu xt sm CFLAGS+= -D_X_SENTINEL\(x\)= -D_X_ATTRIBUTE_PRINTF\(x,y\)= \ -D_X_DEPRECATED= -DUSG -MAN1= pixmap.1 +post-configure: + @${REINPLACE_CMD} 's| $$(PIXMAPDIR|$$(PIXMAPDIR|' \ + ${WRKSRC}/Makefile -NO_STAGE= yes .include <bsd.port.mk> Modified: head/graphics/pixmap/pkg-plist ============================================================================== --- head/graphics/pixmap/pkg-plist Mon Apr 28 11:33:50 2014 (r352483) +++ head/graphics/pixmap/pkg-plist Mon Apr 28 11:39:24 2014 (r352484) @@ -13,4 +13,5 @@ lib/X11/Pixmap/Up lib/X11/Pixmap/Term lib/X11/Pixmap/Excl lib/libXgnu.a +man/man1/pixmap.1.gz @dirrm lib/X11/Pixmap
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404281139.s3SBdPRB002332>