diff options
author | lesi <lesi@FreeBSD.org> | 2005-06-15 10:42:14 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2005-06-15 10:42:14 +0800 |
commit | 97905f8a7c8bde78045d3d4e0c7381d732562a8e (patch) | |
tree | c48951d08bfad18656a10e4b6dd5d82feb0387f5 /x11/libSM | |
parent | ecf40d2a6837b577969dd569157afeaf4ab4fa83 (diff) | |
download | freebsd-ports-gnome-97905f8a7c8bde78045d3d4e0c7381d732562a8e.tar.gz freebsd-ports-gnome-97905f8a7c8bde78045d3d4e0c7381d732562a8e.tar.zst freebsd-ports-gnome-97905f8a7c8bde78045d3d4e0c7381d732562a8e.zip |
Fix up plist after modifications to mtree (BSD.x11-4.dist rev. 1.27).
Diffstat (limited to 'x11/libSM')
-rw-r--r-- | x11/libSM/Makefile | 10 | ||||
-rw-r--r-- | x11/libSM/pkg-plist | 2 |
2 files changed, 2 insertions, 10 deletions
diff --git a/x11/libSM/Makefile b/x11/libSM/Makefile index 50fbc75f42a4..f092977a6c65 100644 --- a/x11/libSM/Makefile +++ b/x11/libSM/Makefile @@ -29,12 +29,4 @@ USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig -.include <bsd.port.pre.mk> - -.if ${X_WINDOW_SYSTEM:L} == xorg -PLIST_SUB+= NEWMTREE="" -.else -PLIST_SUB+= NEWMTREE="@comment " -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/x11/libSM/pkg-plist b/x11/libSM/pkg-plist index 9facfbb580a0..ccb0046d833c 100644 --- a/x11/libSM/pkg-plist +++ b/x11/libSM/pkg-plist @@ -6,4 +6,4 @@ lib/libSM.la lib/libSM.so lib/libSM.so.6 libdata/pkgconfig/sm.pc -%%NEWMTREE%%@dirrm include/X11/SM +@dirrm include/X11/SM |