diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-09-13 19:45:08 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-09-13 19:45:08 +0000 |
commit | 62df320cc3d1faf415675ee470a2b6338548e00b (patch) | |
tree | 6eb76e71941e2aad2fb558ec0436f85cf000c6f5 /x11/libXres | |
parent | 87cca574fd7f379db0710c925eab655b62046077 (diff) | |
download | ports-62df320cc3d1faf415675ee470a2b6338548e00b.tar.gz ports-62df320cc3d1faf415675ee470a2b6338548e00b.zip |
Notes
Diffstat (limited to 'x11/libXres')
-rw-r--r-- | x11/libXres/Makefile | 5 | ||||
-rw-r--r-- | x11/libXres/pkg-plist | 3 |
2 files changed, 1 insertions, 7 deletions
diff --git a/x11/libXres/Makefile b/x11/libXres/Makefile index d236f80c8bb7..739f27112db7 100644 --- a/x11/libXres/Makefile +++ b/x11/libXres/Makefile @@ -7,7 +7,7 @@ PORTNAME= libXres PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -23,7 +23,4 @@ MAN3= XRes.3 \ XResQueryExtension.3 \ XResQueryVersion.3 -post-install: - ${MKDIR} ${PREFIX}/share/X11/app-defaults - .include <bsd.port.mk> diff --git a/x11/libXres/pkg-plist b/x11/libXres/pkg-plist index 9de732019606..ea8918ab97c5 100644 --- a/x11/libXres/pkg-plist +++ b/x11/libXres/pkg-plist @@ -4,6 +4,3 @@ lib/libXRes.la lib/libXRes.so lib/libXRes.so.1 libdata/pkgconfig/xres.pc -@dirrmtry share/X11/app-defaults -@dirrmtry share/X11 -@exec mkdir -p %D/share/X11/app-defaults 2>/dev/null |