diff options
author | asami <asami@FreeBSD.org> | 2000-04-13 16:17:29 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-13 16:17:29 +0800 |
commit | b3abeae976a2434437c4717e3a4289fc9ace964f (patch) | |
tree | 54fad543fdaa86ca92172c14a897bc70037ab3f4 /editors/mule | |
parent | a5aa1de494a881bc2a8475321a48c62301bf8b09 (diff) | |
download | freebsd-ports-gnome-b3abeae976a2434437c4717e3a4289fc9ace964f.tar.gz freebsd-ports-gnome-b3abeae976a2434437c4717e3a4289fc9ace964f.tar.zst freebsd-ports-gnome-b3abeae976a2434437c4717e3a4289fc9ace964f.zip |
Convert to PORTNAME/PORTVERSION. I'm doing these first so we can test
the slave ports.
Diffstat (limited to 'editors/mule')
-rw-r--r-- | editors/mule/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile index 3a0ca29b0143..9afccf2de862 100644 --- a/editors/mule/Makefile +++ b/editors/mule/Makefile @@ -6,8 +6,8 @@ # $FreeBSD$ # -DISTNAME= mule-2.3 -PKGNAME?= mule-2.3 +PORTNAME= mule +PORTVERSION= 2.3 CATEGORIES?= editors MASTER_SITES= ftp://etlport.etl.go.jp/pub/mule/ \ ftp://ftp.mei.co.jp/archive/free/gnu/emacs/Mule/ \ |