diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 06:21:02 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 06:21:02 +0000 |
commit | bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9 (patch) | |
tree | 5f163ac2fbca7213d2dcb72a7ee63a062386794d /textproc/coco/Makefile | |
parent | 0ea083c38191c42dceadbe34e683b134593d8d8d (diff) | |
download | FreeBSD-ports-bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9.zip FreeBSD-ports-bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9.tar.gz |
Finish converting editors/ to PORTNAME/PORTVERSION.
Diffstat (limited to 'textproc/coco/Makefile')
-rw-r--r-- | textproc/coco/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/coco/Makefile b/textproc/coco/Makefile index 577bdb1..9ef0d94 100644 --- a/textproc/coco/Makefile +++ b/textproc/coco/Makefile @@ -6,13 +6,14 @@ # $FreeBSD$ # -DISTNAME= mule-2.3 -PKGNAME= mule-common-2.3 +PORTNAME= mule-common +PORTVERSION= 2.3 CATEGORIES= editors japanese MASTER_SITES= ftp://etlport.etl.go.jp/pub/mule/ \ ftp://ftp.mei.co.jp/archive/free/gnu/emacs/Mule/ \ ftp://ftp.iij.ad.jp/pub/misc/mule/ \ http://www.infonets.hiroshima-u.ac.jp/~taoka/FreeBSD/mule/ +DISTNAME= mule-${PORTVERSION} DISTFILES= emacs-19.34b.tar.gz mule-2.3-19.34.patch-981002.tar.gz PATCH_SITES= ftp://etlport.etl.go.jp/pub/mule/ |