diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-10 08:52:19 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-10 08:52:19 +0800 |
commit | 72a464a72782f6ed39ac55b993711ee752bcd4bc (patch) | |
tree | 22ba8a0e4cb706e64603e128c52af215de46bd4b /devel/libgtop/Makefile | |
parent | 4e1ce0db06d1e3dad09b2ff2ae14d0d2c332047d (diff) | |
download | marcuscom-ports-72a464a72782f6ed39ac55b993711ee752bcd4bc.tar.gz marcuscom-ports-72a464a72782f6ed39ac55b993711ee752bcd4bc.tar.zst marcuscom-ports-72a464a72782f6ed39ac55b993711ee752bcd4bc.zip |
Use the correct value for block size.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10384 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libgtop/Makefile')
-rw-r--r-- | devel/libgtop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index ea73d1cab..87abfe01c 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/libgtop/Makefile,v 1.28 2008/02/09 17:51:21 marcus Exp $ +# $MCom: ports/devel/libgtop/Makefile,v 1.29 2008/02/10 00:14:15 marcus Exp $ # PORTNAME= libgtop PORTVERSION= 2.21.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} |