diff options
author | olgeni <olgeni@FreeBSD.org> | 2009-08-12 21:33:27 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2009-08-12 21:33:27 +0800 |
commit | b79b606c63b4956d300939a71ea161dc200ad6cc (patch) | |
tree | ff6bfd73361da77cc46736ad5ec11d39b47d740f /x11 | |
parent | fe476df1ae1a56df03f96d278fcc1093f5fb8273 (diff) | |
download | freebsd-ports-gnome-b79b606c63b4956d300939a71ea161dc200ad6cc.tar.gz freebsd-ports-gnome-b79b606c63b4956d300939a71ea161dc200ad6cc.tar.zst freebsd-ports-gnome-b79b606c63b4956d300939a71ea161dc200ad6cc.zip |
Remove xdm-config, which is already handled by @exec and @unexec.
PR: ports/137391
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xdm/Makefile | 2 | ||||
-rw-r--r-- | x11/xdm/pkg-plist | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/x11/xdm/Makefile b/x11/xdm/Makefile index d79721f2e824..091bba4eebf8 100644 --- a/x11/xdm/Makefile +++ b/x11/xdm/Makefile @@ -7,7 +7,7 @@ PORTNAME= xdm PORTVERSION= 1.1.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/xdm/pkg-plist b/x11/xdm/pkg-plist index d651fb0afe3f..ba384c60115a 100644 --- a/x11/xdm/pkg-plist +++ b/x11/xdm/pkg-plist @@ -6,7 +6,6 @@ lib/X11/xdm/libXdmGreet.la lib/X11/xdm/libXdmGreet.so lib/X11/xdm/pixmaps/xorg-bw.xpm lib/X11/xdm/pixmaps/xorg.xpm -lib/X11/xdm/xdm-config share/X11/app-defaults/Chooser @unexec if cmp -s %D/%%EXAMPLESDIR%%/GiveConsole %D/lib/X11/xdm/GiveConsole; then rm -f %D/lib/X11/xdm/GiveConsole; fi @unexec if cmp -s %D/%%EXAMPLESDIR%%/TakeConsole %D/lib/X11/xdm/TakeConsole; then rm -f %D/lib/X11/xdm/TakeConsole; fi |