From e1475027cde346cc8c26ff967438ba80036384a0 Mon Sep 17 00:00:00 2001
From: asami <asami@FreeBSD.org>
Date: Mon, 18 Nov 1996 14:17:24 +0000
Subject: Compress a bunch of manpages.  Remove unnecessary @ directives from
 PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
---
 graphics/xpm/pkg-plist | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

(limited to 'graphics/xpm')

diff --git a/graphics/xpm/pkg-plist b/graphics/xpm/pkg-plist
index 8eb4a1d2758..84184322509 100644
--- a/graphics/xpm/pkg-plist
+++ b/graphics/xpm/pkg-plist
@@ -1,11 +1,7 @@
-@cwd /usr/X11R6
-@mode 755
 bin/sxpm
-@mode 644
 lib/libXpm.a
 lib/libXpm.so.4.9
-@exec ldconfig -m %B
+@exec /sbin/ldconfig -m %B
 @exec ranlib %D/lib/libXpm.a
-@mode 444
 include/X11/xpm.h
 man/man1/sxpm.1.gz
-- 
cgit