diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2010-06-21 13:39:38 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2010-06-21 13:39:38 +0000 |
commit | f6a66ac897c579e292b4e8ccd2d2c4e3c3f7127c (patch) | |
tree | ac65f93921b13091b4f6b87ecc7216567007de33 /www/mythplugin-mythweb/Makefile | |
parent | 96f6bf54a234748ce08a397f552b829897d51be1 (diff) | |
download | ports-f6a66ac897c579e292b4e8ccd2d2c4e3c3f7127c.tar.gz ports-f6a66ac897c579e292b4e8ccd2d2c4e3c3f7127c.zip |
Notes
Diffstat (limited to 'www/mythplugin-mythweb/Makefile')
-rw-r--r-- | www/mythplugin-mythweb/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mythplugin-mythweb/Makefile b/www/mythplugin-mythweb/Makefile index 13a41dfce7ba..db9c6378bd76 100644 --- a/www/mythplugin-mythweb/Makefile +++ b/www/mythplugin-mythweb/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: mythweb +# New ports collection makefile for: mythplugin-mythweb # Date created: 2009-12-27 # Whom: Bernhard Froehlich <decke@bluelife.at> # @@ -6,11 +6,11 @@ # PORTNAME= mythweb -PORTVERSION= 0.22 -PORTREVISION= 3 +PORTVERSION= 0.23 CATEGORIES= www MASTER_SITES= http://ftp.osuosl.org/pub/mythtv/ \ http://ftp.oregonstate.edu/pub/mythtv/ +PKGNAMEPREFIX= mythplugin- DISTNAME= mythplugins-${PORTVERSION} MAINTAINER= decke@FreeBSD.org |