diff options
author | beech <beech@FreeBSD.org> | 2007-12-18 15:34:09 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2007-12-18 15:34:09 +0800 |
commit | 5c0f29e215d64543756b97930baffec92585eb97 (patch) | |
tree | 49b6cd07b4bc3eccc90405b7107d63d27e82af3b /www/htmlobject/Makefile | |
parent | c2a95934a02e2905ddcea4a8620502bc560042d8 (diff) | |
download | freebsd-ports-gnome-5c0f29e215d64543756b97930baffec92585eb97.tar.gz freebsd-ports-gnome-5c0f29e215d64543756b97930baffec92585eb97.tar.zst freebsd-ports-gnome-5c0f29e215d64543756b97930baffec92585eb97.zip |
- Minor tweaks and adopt port
Approved by: linimon (mentor)
Diffstat (limited to 'www/htmlobject/Makefile')
-rw-r--r-- | www/htmlobject/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/htmlobject/Makefile b/www/htmlobject/Makefile index 81d76ba73c2a..63ac2e188081 100644 --- a/www/htmlobject/Makefile +++ b/www/htmlobject/Makefile @@ -9,11 +9,10 @@ PORTNAME= htmlobject PORTVERSION= 2.28 CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF DISTNAME= lib${PORTNAME}-perl-${PORTVERSION} -MAINTAINER= laszlof@FreeBSD.org +MAINTAINER= beech@FreeBSD.org COMMENT= HTML Document Object BUILD_DEPENDS= ${SITE_PERL}/Data/FormValidator.pm:${PORTSDIR}/textproc/p5-Data-FormValidator \ |