diff options
author | pav <pav@FreeBSD.org> | 2009-01-09 00:21:59 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-09 00:21:59 +0800 |
commit | db4a83faaac8d080e6e0faa68ab94add442703bc (patch) | |
tree | 2a900a7efa604c02b49e0d6351eb9766dd09f089 /multimedia/subtitleoffsetmodifier/Makefile | |
parent | 1e54108a5d6bfd5c22ce4c7eaadb4ed66baf3816 (diff) | |
download | freebsd-ports-gnome-db4a83faaac8d080e6e0faa68ab94add442703bc.tar.gz freebsd-ports-gnome-db4a83faaac8d080e6e0faa68ab94add442703bc.tar.zst freebsd-ports-gnome-db4a83faaac8d080e6e0faa68ab94add442703bc.zip |
- Fix typo USE_PERL5-RUN -> USE_PERL5_RUN
Diffstat (limited to 'multimedia/subtitleoffsetmodifier/Makefile')
-rw-r--r-- | multimedia/subtitleoffsetmodifier/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/subtitleoffsetmodifier/Makefile b/multimedia/subtitleoffsetmodifier/Makefile index 3c5161f9bf23..1b4b0e645285 100644 --- a/multimedia/subtitleoffsetmodifier/Makefile +++ b/multimedia/subtitleoffsetmodifier/Makefile @@ -7,6 +7,7 @@ PORTNAME= subtitleoffsetmodificator PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= multimedia textproc converters MASTER_SITES= http://thomas.enix.org/pub/code/perl/ DISTFILES= subtitle-offset-modificator.pl @@ -14,7 +15,7 @@ DISTFILES= subtitle-offset-modificator.pl MAINTAINER= edwin@mavetju.org COMMENT= Subtitle offset modificator -USE_PERL5-RUN= yes +USE_PERL5_RUN= yes NO_BUILD= yes PLIST_FILES= bin/subtitle-offset-modificator |