svn commit: r367043 - head/x11/wdm
Baptiste Daroussin
bapt at FreeBSD.org
Tue Sep 2 15:49:54 UTC 2014
Author: bapt
Date: Tue Sep 2 15:49:53 2014
New Revision: 367043
URL: http://svnweb.freebsd.org/changeset/ports/367043
QAT: https://qat.redports.org/buildarchive/r367043/
Log:
Use @sample
Get rid of @cwd
Modified:
head/x11/wdm/Makefile
head/x11/wdm/pkg-plist
Modified: head/x11/wdm/Makefile
==============================================================================
--- head/x11/wdm/Makefile Tue Sep 2 15:43:01 2014 (r367042)
+++ head/x11/wdm/Makefile Tue Sep 2 15:49:53 2014 (r367043)
@@ -3,7 +3,7 @@
PORTNAME= wdm
PORTVERSION= 1.28
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= x11 windowmaker
MASTER_SITES= http://voins.program.ru/wdm/:wdm \
http://wolfram.schneider.org/bsd/gif/bsd/:pic_large \
@@ -72,8 +72,8 @@ post-patch:
's|/etc/X11/wdm|${WDMDIR}|g' ${WRKSRC}/doc/wdmLogin.man
post-install:
- @${MV} ${STAGEDIR}${WDMDIR}/wdm-config ${STAGEDIR}${WDMDIR}/wdm-config.dist
- @${MV} ${STAGEDIR}${WDMDIR}/Xsetup_0 ${STAGEDIR}${WDMDIR}/Xsetup_0.dist
+ @${MV} ${STAGEDIR}${WDMDIR}/wdm-config ${STAGEDIR}${WDMDIR}/wdm-config.sample
+ @${MV} ${STAGEDIR}${WDMDIR}/Xsetup_0 ${STAGEDIR}${WDMDIR}/Xsetup_0.sample
.for file in beastie.xpm daemon1-HQ-1280x960.jpg
@${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${file} ${STAGEDIR}${WDMDIR}/pixmaps
.endfor
Modified: head/x11/wdm/pkg-plist
==============================================================================
--- head/x11/wdm/pkg-plist Tue Sep 2 15:43:01 2014 (r367042)
+++ head/x11/wdm/pkg-plist Tue Sep 2 15:49:53 2014 (r367043)
@@ -12,9 +12,7 @@ lib/X11/wdm/Xservers.ws
lib/X11/wdm/Xsession
lib/X11/wdm/Xsession.XFree86
lib/X11/wdm/Xsession.orig
- at unexec if cmp -s %D/lib/X11/wdm/Xsetup_0.dist %D/lib/X11/wdm/Xsetup_0; then rm -f %D/lib/X11/wdm/Xsetup_0; fi
-lib/X11/wdm/Xsetup_0.dist
- at exec [ -f %D/lib/X11/wdm/Xsetup_0 ] || (cp %D/lib/X11/wdm/Xsetup_0.dist %D/lib/X11/wdm/Xsetup_0)
+ at sample lib/X11/wdm/Xsetup_0.sample
lib/X11/wdm/pixmaps/Eagle.xpm
lib/X11/wdm/pixmaps/Earth.jpg
lib/X11/wdm/pixmaps/Earth200x130.xpm
@@ -24,9 +22,7 @@ lib/X11/wdm/pixmaps/StarsLogo.jpg
lib/X11/wdm/pixmaps/beastie.xpm
lib/X11/wdm/pixmaps/daemon1-HQ-1280x960.jpg
lib/X11/wdm/pixmaps/gnuLogo.xpm
- at unexec if cmp -s %D/lib/X11/wdm/wdm-config.dist %D/lib/X11/wdm/wdm-config; then rm -f %D/lib/X11/wdm/wdm-config; fi
-lib/X11/wdm/wdm-config.dist
- at exec [ -f %D/lib/X11/wdm/wdm-config ] || (cp %D/lib/X11/wdm/wdm-config.dist %D/lib/X11/wdm/wdm-config)
+ at sample lib/X11/wdm/wdm-config.sample
lib/X11/wdm/wdm-config.in
lib/X11/wdm/wdmReconfig
man/man1/wdm.1.gz
@@ -40,10 +36,7 @@ share/locale/fr_FR/LC_MESSAGES/wdm.mo
share/locale/ja/LC_MESSAGES/wdm.mo
share/locale/ru/LC_MESSAGES/wdm.mo
@dirrmtry lib/X11/wdm/pixmaps
- at exec mkdir -p %D/lib/X11/wdm/authdir
@dirrmtry lib/X11/wdm/authdir
@dirrmtry lib/X11/wdm
-%%PAM%%@cwd %%LOCALBASE%%
-%%PAM%%etc/pam.d/wdm
- at cwd /
+%%PAM%%%%LOCALBASE%%/etc/pam.d/wdm
@dirrmtry /var/run/wdm
More information about the svn-ports-all
mailing list