diff options
-rw-r--r-- | print/yatex-mule/Makefile | 4 | ||||
-rw-r--r-- | print/yatex-xemacs-mule/Makefile | 3 | ||||
-rw-r--r-- | print/yatex-xemacs/Makefile | 3 | ||||
-rw-r--r-- | print/yatex/Makefile | 7 |
4 files changed, 6 insertions, 11 deletions
diff --git a/print/yatex-mule/Makefile b/print/yatex-mule/Makefile index 6111684..d95dee0 100644 --- a/print/yatex-mule/Makefile +++ b/print/yatex-mule/Makefile @@ -5,9 +5,7 @@ # $FreeBSD$ # -PORTNAME= yatex-mule -PORTVERSION= 1.67 -CATEGORIES= print elisp +PKGNAMESUFFIX= -mule MULE= yes diff --git a/print/yatex-xemacs-mule/Makefile b/print/yatex-xemacs-mule/Makefile index aae900d..d2bd283 100644 --- a/print/yatex-xemacs-mule/Makefile +++ b/print/yatex-xemacs-mule/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ # -PORTNAME= yatex-xemacs-mule -PORTVERSION= 1.67 +PKGNAMESUFFIX= -xemacs-mule XEMACS-MULE= yes diff --git a/print/yatex-xemacs/Makefile b/print/yatex-xemacs/Makefile index 30301433..a6d2245 100644 --- a/print/yatex-xemacs/Makefile +++ b/print/yatex-xemacs/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ # -PORTNAME= yatex-xemacs -PORTVERSION= 1.67 +PKGNAMESUFFIX= -xemacs XEMACS= yes diff --git a/print/yatex/Makefile b/print/yatex/Makefile index a51da74..2a0848b 100644 --- a/print/yatex/Makefile +++ b/print/yatex/Makefile @@ -5,15 +5,14 @@ # $FreeBSD$ # -PORTNAME?= yatex -PORTVERSION?= 1.67 +PORTNAME= yatex +PORTVERSION= ${VERSION} CATEGORIES?= print elisp MASTER_SITES= http://www.yatex.org/ -DISTNAME= yatex1.67 +DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= taoka@FreeBSD.org -WRKSRC= ${WRKDIR}/yatex${VERSION} .if defined(XEMACS-MULE) BUILD_DEPENDS= xemacs:${PORTSDIR}/japanese/xemacs21-canna \ ${LOCALBASE}/lib/xemacs/xemacs-packages/pkginfo/MANIFEST.zenirc:${PORTSDIR}/editors/xemacs-sumo-packages \ |