diff options
author | netchild <netchild@FreeBSD.org> | 2005-11-23 03:53:49 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2005-11-23 03:53:49 +0800 |
commit | 0c7dfa81d5eceecb5642a98c6eda50d807efb4d0 (patch) | |
tree | 95c4699ae5225faadfe073828976bf7f69146978 /x11-toolkits/linux-f10-gtk2/Makefile | |
parent | 48f02606c613f2c9b82b04a3b5451bf9d3b69a0c (diff) | |
download | freebsd-ports-gnome-0c7dfa81d5eceecb5642a98c6eda50d807efb4d0.tar.gz freebsd-ports-gnome-0c7dfa81d5eceecb5642a98c6eda50d807efb4d0.tar.zst freebsd-ports-gnome-0c7dfa81d5eceecb5642a98c6eda50d807efb4d0.zip |
Fix a typo in the plist.
PR: 89367
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Diffstat (limited to 'x11-toolkits/linux-f10-gtk2/Makefile')
-rw-r--r-- | x11-toolkits/linux-f10-gtk2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/linux-f10-gtk2/Makefile b/x11-toolkits/linux-f10-gtk2/Makefile index 8a47fe0f1138..d5b5eae7d644 100644 --- a/x11-toolkits/linux-f10-gtk2/Makefile +++ b/x11-toolkits/linux-f10-gtk2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk2 PORTVERSION= 2.4.14 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11-toolkits linux MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} \ http://distro.ibiblio.org/pub/linux/distributions/fedora/linux/core/${SUBDIR}/ \ |