diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 17:41:40 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 17:41:40 +0000 |
commit | cc971f61f67924ed1af2b68376cb76994093f6a8 (patch) | |
tree | 6e705d3b31045e5425f91a8abbb4e249861d0a82 /print/jadetex/Makefile | |
parent | a1931f5282c2b9def20d1e9549d5eaa664f1bcdc (diff) | |
download | FreeBSD-ports-cc971f61f67924ed1af2b68376cb76994093f6a8.zip FreeBSD-ports-cc971f61f67924ed1af2b68376cb76994093f6a8.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'print/jadetex/Makefile')
-rw-r--r-- | print/jadetex/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/print/jadetex/Makefile b/print/jadetex/Makefile index 2e02b8c..4640b88 100644 --- a/print/jadetex/Makefile +++ b/print/jadetex/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: jadetex -# Version required: 2.3 # Date created: 5 December 1998 # Whom: Sean Kelly <kelly@plutotech.com> # @@ -12,11 +11,10 @@ # EXTRACT_SUFX, EXTRACT_AFTER_ARGS, and NO_WRKSUBDIR. # -DISTNAME= jadetex -PKGNAME= ${DISTNAME}-${VERSION} +PORTNAME= jadetex +PORTVERSION= 2.3 CATEGORIES= print MASTER_SITES= http://people.FreeBSD.org/~nik/distfiles/jadetex/ -EXTRACT_SUFX= DISTFILES= Makefile.jadetex jadetex.dtx jadetex.ini jadetex.ins \ pdfjadetex.ini @@ -25,7 +23,6 @@ MAINTAINER= kelly@plutotech.com BUILD_DEPENDS= tex:${PORTSDIR}/print/teTeX RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX -VERSION= 2.3 DIST_SUBDIR= jadetex NO_WRKSUBDIR= yes EXTRACT_CMD= ${CP} |