diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 05:54:47 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 05:54:47 +0800 |
commit | a8843baba6a200bd1438954f77dd13e4fda505d9 (patch) | |
tree | 7d785bb440b6c4e27b21b82630dbe876cc3fad93 /textproc/unroff | |
parent | 2e79257c8ac1b3a7bb2b24f4bc346c95fcadb299 (diff) | |
download | freebsd-ports-graphics-a8843baba6a200bd1438954f77dd13e4fda505d9.tar.gz freebsd-ports-graphics-a8843baba6a200bd1438954f77dd13e4fda505d9.tar.zst freebsd-ports-graphics-a8843baba6a200bd1438954f77dd13e4fda505d9.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'textproc/unroff')
-rw-r--r-- | textproc/unroff/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/unroff/Makefile b/textproc/unroff/Makefile index f95441e8306..f28083a62c9 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 <tg@freebsd.org> # # $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 |