From a8843baba6a200bd1438954f77dd13e4fda505d9 Mon Sep 17 00:00:00 2001 From: cpiazza Date: Sun, 9 Apr 2000 21:54:47 +0000 Subject: Update with the new PORTNAME/PORTVERSION variables --- textproc/unroff/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'textproc/unroff/Makefile') diff --git a/textproc/unroff/Makefile b/textproc/unroff/Makefile index f95441e83069..f28083a62c9f 100644 --- a/textproc/unroff/Makefile +++ b/textproc/unroff/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: unroff -# Version required: 1.0 # Date created: 18 Feb 1996 # Whom: Thomas Gellekum # # $FreeBSD$ # -DISTNAME= unroff-1.0 -PKGNAME= unroff-1.0.2 +PORTNAME= unroff +PORTVERSION= 1.0.2 CATEGORIES= textproc MASTER_SITES= ${UNROFF_SITE}/dist/ \ ${UNROFF_SITE}/contrib/ +DISTNAME= ${PORTNAME}-1.0 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${PATCH1} ${PATCH2} MAINTAINER= wosch@freebsd.org -- cgit