diff options
author | Cy Schubert <cy@FreeBSD.org> | 2006-05-31 11:30:07 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2006-05-31 11:30:07 +0000 |
commit | f8e5bf7e0678ff27494894a4b10e4c5259aae876 (patch) | |
tree | 4e41a1acb42fd392346006e08b3863aac8ccfc85 | |
parent | 8196bb5d6dd4eef2a6c2faff4bad512473afaed9 (diff) |
pkg-plist fixes.
Notes
Notes:
svn path=/head/; revision=164062
-rw-r--r-- | x11-wm/fvwm2-devel/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/fvwm2-devel/pkg-plist | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/x11-wm/fvwm2-devel/Makefile b/x11-wm/fvwm2-devel/Makefile index db647c9d1ac2..25d9592a7d4f 100644 --- a/x11-wm/fvwm2-devel/Makefile +++ b/x11-wm/fvwm2-devel/Makefile @@ -19,8 +19,6 @@ COMMENT= Popular virtual window manager for X LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 -BROKEN= Incomplete pkg-plist - # Other ports this port cannot coexist with CONFLICTS?= fvwm-1.* fvwm-2.4.* NO_LATEST_LINK= yes diff --git a/x11-wm/fvwm2-devel/pkg-plist b/x11-wm/fvwm2-devel/pkg-plist index 333ed0d0c8f7..8debdd852e28 100644 --- a/x11-wm/fvwm2-devel/pkg-plist +++ b/x11-wm/fvwm2-devel/pkg-plist @@ -449,8 +449,8 @@ man/man1/xpmroot.1.gz %%NLS%%share/locale/sv_SE/LC_MESSAGES/fvwm.mo %%NLS%%share/locale/sv_SE/LC_MESSAGES/FvwmTaskBar.mo %%NLS%%share/locale/sv_SE/LC_MESSAGES/FvwmScript.mo -@dirrmtry %D/share/locale/sv_SE/LC_MESSAGES -@dirrmtry %D/share/locale/sv_SE +@dirrmtry %%NLS%%share/locale/sv_SE/LC_MESSAGES +@dirrmtry %%NLS%%share/locale/sv_SE @dirrm %%DATADIR%%/perllib/General @dirrm %%DATADIR%%/perllib/FVWM/Tracker @dirrm %%DATADIR%%/perllib/FVWM/Module |