diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
commit | 93a61d6874669ec2bb1bc7deebc61598e4174442 (patch) | |
tree | b771014812f92756476f174cb7d6d567fc13dbc2 /net/domtools/Makefile | |
parent | Accidental whitespace (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27423
Diffstat (limited to 'net/domtools/Makefile')
-rw-r--r-- | net/domtools/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/domtools/Makefile b/net/domtools/Makefile index cd919a2005ca..13e8e64b9fc8 100644 --- a/net/domtools/Makefile +++ b/net/domtools/Makefile @@ -1,23 +1,22 @@ # New ports collection makefile for: domtools -# Version required: 1.4.0 # Date created: 12 Jun 1999 # Whom: alexp # # $FreeBSD$ # -DISTNAME= domtools${VERSION} -PKGNAME= domtools-${VERSION} +PORTNAME= domtools +PORTVERSION= 1.4.0 CATEGORIES= net MASTER_SITES= http://www.domtools.com/pub/ +DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= veers@disturbed.net USE_PERL5= YES NO_BUILD= YES -WRKSRC= ${WRKDIR}/domtools${VERSION}/ -VERSION= 1.4.0 +WRKSRC= ${WRKDIR}/domtools${PORTVERSION}/ # XXX - patches/patch-aa modifies Makefile # and so does the post-patch target |