diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-13 10:58:48 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-13 10:58:48 +0000 |
commit | 77501354ab058064c4f251e039a1bfca18c9c3d5 (patch) | |
tree | bcad81dcf5d8f665ea5f9a16bbaf003459405cf8 /deskutils | |
parent | 8f80a0e30ecef81230cbeacfb7f7f428f51d7dba (diff) | |
download | ports-77501354ab058064c4f251e039a1bfca18c9c3d5.tar.gz ports-77501354ab058064c4f251e039a1bfca18c9c3d5.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xcalendar/Makefile | 2 | ||||
-rw-r--r-- | deskutils/xcalendar/pkg-plist | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/deskutils/xcalendar/Makefile b/deskutils/xcalendar/Makefile index f0f01a19167f..b83f0c753182 100644 --- a/deskutils/xcalendar/Makefile +++ b/deskutils/xcalendar/Makefile @@ -15,8 +15,6 @@ DISTNAME= ${PORTNAME}-4.0+i18n MAINTAINER= mistral@imasy.or.jp COMMENT= A calendar with a notebook for X11 (internationalized version) -BROKEN= Incomplete pkg-plist - WRKSRC= ${WRKDIR}/${PORTNAME} USE_IMAKE= yes diff --git a/deskutils/xcalendar/pkg-plist b/deskutils/xcalendar/pkg-plist index 95897520eba9..6a20af1aa770 100644 --- a/deskutils/xcalendar/pkg-plist +++ b/deskutils/xcalendar/pkg-plist @@ -14,4 +14,5 @@ lib/X11/xcalendar/xcalendar.hlp @dirrm lib/X11/ja_JP.eucJP/xcalendar @unexec rmdir %D/lib/X11/ja_JP.eucJP/app-defaults 2>/dev/null || true @unexec rmdir %D/lib/X11/ja_JP.eucJP 2>/dev/null || true -@unexec rm %D/lib/X11/ja_JP.EUC 2>/dev/null || true +@unexec rmdir %D/lib/X11/ja_JP.EUC/app-defaults 2>/dev/null || true +@unexec rmdir %D/lib/X11/ja_JP.EUC 2>/dev/null || true |