diff options
Diffstat (limited to 'editors/mule-common')
-rw-r--r-- | editors/mule-common/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/mule-common/Makefile b/editors/mule-common/Makefile index 577bdb1b8599..9ef0d94b2343 100644 --- a/editors/mule-common/Makefile +++ b/editors/mule-common/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/ |