svn commit: r352484 - head/graphics/pixmap
Pawel Pekala
pawel at FreeBSD.org
Mon Apr 28 11:39:25 UTC 2014
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
More information about the svn-ports-all
mailing list