svn commit: r329370 - in head/x11/xlogout: . files
Christian Weisgerber
naddy at FreeBSD.org
Fri Oct 4 19:51:41 UTC 2013
Author: naddy
Date: Fri Oct 4 19:51:40 2013
New Revision: 329370
URL: http://svnweb.freebsd.org/changeset/ports/329370
Log:
Stagify.
Added:
head/x11/xlogout/files/patch-Imakefile
- copied unchanged from r329294, head/x11/xlogout/files/patch-aa
Deleted:
head/x11/xlogout/files/patch-aa
Modified:
head/x11/xlogout/Makefile
Modified: head/x11/xlogout/Makefile
==============================================================================
--- head/x11/xlogout/Makefile Fri Oct 4 19:47:15 2013 (r329369)
+++ head/x11/xlogout/Makefile Fri Oct 4 19:51:40 2013 (r329370)
@@ -13,10 +13,9 @@ COMMENT= Simple logout button
USES= imake
WRKSRC= ${WRKDIR}/xlogout
USE_XORG= ice sm x11 xaw xext xmu xpm xt
-MAN1= xlogout.1
PLIST_FILES= bin/xlogout \
- lib/X11/app-defaults/XLogout
+ lib/X11/app-defaults/XLogout \
+ man/man1/xlogout.1.gz
-NO_STAGE= yes
.include <bsd.port.mk>
Copied: head/x11/xlogout/files/patch-Imakefile (from r329294, head/x11/xlogout/files/patch-aa)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11/xlogout/files/patch-Imakefile Fri Oct 4 19:51:40 2013 (r329370, copy of r329294, head/x11/xlogout/files/patch-aa)
@@ -0,0 +1,9 @@
+--- Imakefile.orig 1989-11-30 00:29:33.000000000 +0100
++++ Imakefile 2009-03-27 18:58:05.000000000 +0100
+@@ -1,5 +1,5 @@
+ DEPLIBS = XawClientDepLibs
+-LOCAL_LIBRARIES = XawClientsLibs
++LOCAL_LIBRARIES = XawClientLibs
+ SRCS = xlogout.c
+ OBJS = xlogout.o
+
More information about the svn-ports-all
mailing list