From b79b606c63b4956d300939a71ea161dc200ad6cc Mon Sep 17 00:00:00 2001 From: olgeni Date: Wed, 12 Aug 2009 13:33:27 +0000 Subject: Remove xdm-config, which is already handled by @exec and @unexec. PR: ports/137391 --- x11/xdm/Makefile | 2 +- x11/xdm/pkg-plist | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'x11') 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 -- cgit