From ab5aef260ce199d0e9694f1feaae6d295dda1ae5 Mon Sep 17 00:00:00 2001 From: cpiazza Date: Mon, 10 Apr 2000 00:07:29 +0000 Subject: Update with the new PORTNAME/PORTVERSION variables --- www/seamonkey/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/seamonkey/Makefile') diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 05898f3863c1..4cb1fbf49a1f 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: mozilla -# Version required: M13 # Date created: 31 Mar 1998 # Whom: eivind/dima/jseger # # $FreeBSD$ # -DISTNAME= mozilla-source-M13 -PKGNAME= mozilla-M13 +PORTNAME= mozilla +PORTVERSION= M13 CATEGORIES= www MASTER_SITES= ftp://ftp.mozilla.org/pub/mozilla/releases/m13/src/ +DISTNAME= ${PORTNAME}-source-${PORTVERSION} MAINTAINER= reg@FreeBSD.org -- cgit