diff options
| author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-09 03:35:53 +0800 |
|---|---|---|
| committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-09 03:35:53 +0800 |
| commit | c01a0fdecf9b28a823723160280d4f7083389270 (patch) | |
| tree | 84be66f97e54e74716cc8ae7aa969be2a830216f | |
| parent | 0094ebd20273765c5261301c8eb560eb4c3c1bb7 (diff) | |
| download | marcuscom-ports-c01a0fdecf9b28a823723160280d4f7083389270.tar marcuscom-ports-c01a0fdecf9b28a823723160280d4f7083389270.tar.gz marcuscom-ports-c01a0fdecf9b28a823723160280d4f7083389270.tar.bz2 marcuscom-ports-c01a0fdecf9b28a823723160280d4f7083389270.tar.lz marcuscom-ports-c01a0fdecf9b28a823723160280d4f7083389270.tar.xz marcuscom-ports-c01a0fdecf9b28a823723160280d4f7083389270.tar.zst marcuscom-ports-c01a0fdecf9b28a823723160280d4f7083389270.zip | |
Correct a typo to properly remove a leftover locale directory.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4796 df743ca5-7f9a-e211-a948-0013205c9059
| -rw-r--r-- | x11-themes/gnome-backgrounds/Makefile | 3 | ||||
| -rw-r--r-- | x11-themes/gnome-backgrounds/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/x11-themes/gnome-backgrounds/Makefile b/x11-themes/gnome-backgrounds/Makefile index 7c38a2719..af350627d 100644 --- a/x11-themes/gnome-backgrounds/Makefile +++ b/x11-themes/gnome-backgrounds/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-themes/gnome-backgrounds/Makefile,v 1.8 2005/08/23 19:54:43 ahze Exp $ +# $MCom: ports/x11-themes/gnome-backgrounds/Makefile,v 1.9 2005/09/05 18:15:09 kwm Exp $ # PORTNAME= gnome-backgrounds PORTVERSION= 2.12.0 +PORTREVISION= 1 CATEGORIES= x11-themes graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.12 diff --git a/x11-themes/gnome-backgrounds/pkg-plist b/x11-themes/gnome-backgrounds/pkg-plist index 7a8e9d006..ff35e5308 100644 --- a/x11-themes/gnome-backgrounds/pkg-plist +++ b/x11-themes/gnome-backgrounds/pkg-plist @@ -67,7 +67,7 @@ share/locale/zh_TW/LC_MESSAGES/gnome-backgrounds.mo @unexec rmdir %D/share/locale/ku/LC_MESSAGES 2> /dev/null || true @unexec rmdir %D/share/locale/ku 2> /dev/null || true @unexec rmdir %D/share/locale/hy/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/hy/LC 2> /dev/null || true +@unexec rmdir %D/share/locale/hy 2> /dev/null || true @dirrm share/gnome/pixmaps/backgrounds/gnome/translucent @dirrm share/gnome/pixmaps/backgrounds/gnome/tiles @dirrm share/gnome/pixmaps/backgrounds/gnome/branded |
