diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 02:14:07 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 02:14:07 +0800 |
commit | c87133c16a2706e2e31935f0fbb9ad36f415370c (patch) | |
tree | 6422e8b75172ae95b0161366b1f713fb31711a7a /net/domtools | |
parent | f473133a811239a33610f5a219dc28385fcc339b (diff) | |
download | freebsd-ports-gnome-c87133c16a2706e2e31935f0fbb9ad36f415370c.tar.gz freebsd-ports-gnome-c87133c16a2706e2e31935f0fbb9ad36f415370c.tar.zst freebsd-ports-gnome-c87133c16a2706e2e31935f0fbb9ad36f415370c.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'net/domtools')
-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 |