svn commit: r336393 - head/x11/xgrab
Baptiste Daroussin
bapt at FreeBSD.org
Fri Dec 13 23:44:16 UTC 2013
Author: bapt
Date: Fri Dec 13 23:44:15 2013
New Revision: 336393
URL: http://svnweb.freebsd.org/changeset/ports/336393
Log:
Support stage
Modified:
head/x11/xgrab/Makefile
head/x11/xgrab/pkg-plist
Modified: head/x11/xgrab/Makefile
==============================================================================
--- head/x11/xgrab/Makefile Fri Dec 13 23:43:01 2013 (r336392)
+++ head/x11/xgrab/Makefile Fri Dec 13 23:44:15 2013 (r336393)
@@ -21,10 +21,6 @@ USE_XORG= x11
MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \
XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f
CFLAGS+= -Wno-error=return-type
-
-MAN1= xgrab.1 xgrabsc.1
-
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} 's,\*envp,\*\*envp,g' ${WRKSRC}/xgrabxaw.c
Modified: head/x11/xgrab/pkg-plist
==============================================================================
--- head/x11/xgrab/pkg-plist Fri Dec 13 23:43:01 2013 (r336392)
+++ head/x11/xgrab/pkg-plist Fri Dec 13 23:44:15 2013 (r336393)
@@ -1,3 +1,5 @@
bin/xgrab
bin/xgrabsc
lib/X11/app-defaults/XGrab
+man/man1/xgrab.1.gz
+man/man1/xgrabsc.1.gz
More information about the svn-ports-all
mailing list