diff options
author | pav <pav@FreeBSD.org> | 2007-01-31 18:06:01 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-01-31 18:06:01 +0800 |
commit | 694b823306657c15e572fbac26836245553bf93e (patch) | |
tree | 3e9289a5ff5e8eb0999ba04c3709e94cc61a1546 | |
parent | 61e584365a2bebb2d01617eac543858e746653e7 (diff) | |
download | freebsd-ports-gnome-694b823306657c15e572fbac26836245553bf93e.tar.gz freebsd-ports-gnome-694b823306657c15e572fbac26836245553bf93e.tar.zst freebsd-ports-gnome-694b823306657c15e572fbac26836245553bf93e.zip |
- Clean up lib/X11/config on package deinstall. This was masked in port builds,
because the directory contained imake files. But when xview was added from
package, this directory was left over after deinstall. Should fix leftovers
on pointyhat
-rw-r--r-- | x11-toolkits/xview/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/xview/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/xview/Makefile b/x11-toolkits/xview/Makefile index 11dcf0d22b99..95e4e2ce2e23 100644 --- a/x11-toolkits/xview/Makefile +++ b/x11-toolkits/xview/Makefile @@ -7,7 +7,7 @@ PORTNAME= xview PORTVERSION= 3.2.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.efd.lth.se/pub/X11/ \ ftp://ftp.uni-heidelberg.de/pub/X11/contrib/libraries/ \ diff --git a/x11-toolkits/xview/pkg-plist b/x11-toolkits/xview/pkg-plist index fbd7eaa77efa..591fb5d76101 100644 --- a/x11-toolkits/xview/pkg-plist +++ b/x11-toolkits/xview/pkg-plist @@ -542,6 +542,7 @@ lib/X11/config/XView.obj lib/X11/config/XView.rules lib/X11/config/XView.tmpl lib/X11/config/XView.prog +@dirrmtry lib/X11/config lib/X11/fonts/ol75dpi/luBIS08.pcf.gz lib/X11/fonts/ol75dpi/luBIS10.pcf.gz lib/X11/fonts/ol75dpi/luBIS12.pcf.gz |