diff options
author | lioux <lioux@FreeBSD.org> | 2002-11-13 22:24:55 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-11-13 22:24:55 +0000 |
commit | 0a137d3fc9e78711d363e26fe519b98d63619dbc (patch) | |
tree | 614b8eb59c8d3bf379c53c97bf346ab7462346da /multimedia | |
parent | cce241bf90016929ac840bee28433b6b01308175 (diff) | |
download | FreeBSD-ports-0a137d3fc9e78711d363e26fe519b98d63619dbc.zip FreeBSD-ports-0a137d3fc9e78711d363e26fe519b98d63619dbc.tar.gz |
o Fix PLIST
o Bump PORTREVISION
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ogmtools/Makefile | 3 | ||||
-rw-r--r-- | multimedia/ogmtools/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/ogmtools/Makefile b/multimedia/ogmtools/Makefile index ccab641..dc82ee0 100644 --- a/multimedia/ogmtools/Makefile +++ b/multimedia/ogmtools/Makefile @@ -7,6 +7,7 @@ PORTNAME= ogmtools PORTVERSION= 0.9.60 +PORTREVISION= 1 CATEGORIES= graphics audio MASTER_SITES= http://www.bunkus.org/videotools/ogmtools/ DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.{2})$/\1/} @@ -23,7 +24,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ogg-prefix=${LOCALBASE} \ --with-vorbis-prefix=${LOCALBASE} -MAN1= ogmdemux.1 ogminfo.1 ogmmerge.1 ogmsplit.1 +MAN1= ogmcat.1 ogmdemux.1 ogminfo.1 ogmmerge.1 ogmsplit.1 post-patch: # disable GNU auto* tools diff --git a/multimedia/ogmtools/pkg-plist b/multimedia/ogmtools/pkg-plist index 6297275..dbcccc4 100644 --- a/multimedia/ogmtools/pkg-plist +++ b/multimedia/ogmtools/pkg-plist @@ -1,4 +1,5 @@ %%WITH_DVDREAD%%bin/dvdxchap +bin/ogmcat bin/ogmdemux bin/ogminfo bin/ogmmerge |