diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-11-28 15:11:45 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-11-28 15:11:45 +0000 |
commit | 7337f913ebd184e4ab7336b14c32e6a63e74ed7c (patch) | |
tree | 495887ff1672176a5d1ab3d09d8acd8d66cf360c /multimedia/gtksubtitler/Makefile | |
parent | dc317cf2e793e532893c9c14a569d99d2dd49f2f (diff) | |
download | ports-7337f913ebd184e4ab7336b14c32e6a63e74ed7c.tar.gz ports-7337f913ebd184e4ab7336b14c32e6a63e74ed7c.zip |
Notes
Diffstat (limited to 'multimedia/gtksubtitler/Makefile')
-rw-r--r-- | multimedia/gtksubtitler/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/multimedia/gtksubtitler/Makefile b/multimedia/gtksubtitler/Makefile index f5087b082549..d4feed96b59d 100644 --- a/multimedia/gtksubtitler/Makefile +++ b/multimedia/gtksubtitler/Makefile @@ -6,11 +6,10 @@ # PORTNAME= GTKsubtitler -PORTVERSION= 0.2.0.p1 -PORTREVISION= 1 +PORTVERSION= 0.2.4 CATEGORIES= multimedia gnome -MASTER_SITES= http://dark.pkn.com.pl/~pawel/gtksubtitler/download/ -DISTNAME= ${PORTNAME}-v${PORTVERSION:C/.p(.)$/pre\1/} +MASTER_SITES= http://matrix.kamp.pl/~pawelb/gtksubtitler/download/ +DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= lioux@FreeBSD.org COMMENT= A small GNOME program for editing and converting subtitles @@ -19,7 +18,6 @@ USE_X_PREFIX= yes USE_GETOPT_LONG= yes USE_GNOME= gnomeprefix gnomelibs USE_REINPLACE= yes -USE_SIZE= yes GNU_CONFIGURE= yes post-patch: |