diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 01:41:40 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 01:41:40 +0800 |
commit | cc971f61f67924ed1af2b68376cb76994093f6a8 (patch) | |
tree | 6e705d3b31045e5425f91a8abbb4e249861d0a82 /print/dvi2xx/Makefile | |
parent | a1931f5282c2b9def20d1e9549d5eaa664f1bcdc (diff) | |
download | freebsd-ports-graphics-cc971f61f67924ed1af2b68376cb76994093f6a8.tar.gz freebsd-ports-graphics-cc971f61f67924ed1af2b68376cb76994093f6a8.tar.zst freebsd-ports-graphics-cc971f61f67924ed1af2b68376cb76994093f6a8.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'print/dvi2xx/Makefile')
-rw-r--r-- | print/dvi2xx/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/print/dvi2xx/Makefile b/print/dvi2xx/Makefile index 7878fc30d74..f79794ebc20 100644 --- a/print/dvi2xx/Makefile +++ b/print/dvi2xx/Makefile @@ -1,17 +1,16 @@ # New ports collection makefile for: dvi2xx -# Version required: 0.51alpha9 # Date created: 14 October 1994 # Whom: jmz # # $FreeBSD$ # -DISTNAME= dvi2xx -PKGNAME= dvi2xx-0.51a9 -DISTFILES= dvi2xx.tar.gz +PORTNAME= dvi2xx +PORTVERSION= 0.51.a9 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= dviware +DISTNAME= dvi2xx MAINTAINER= jmz@FreeBSD.org |