diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-13 11:22:38 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-13 11:22:38 +0000 |
commit | 25697a480c00fa0474bf714923dbf65d776d5b34 (patch) | |
tree | 427cb9194d119c01ebe7115fa6bf6df73c5723eb /print | |
parent | f754c39f8e0c0e7ac39b35d4fc53110cd57ae2e3 (diff) | |
download | ports-25697a480c00fa0474bf714923dbf65d776d5b34.tar.gz ports-25697a480c00fa0474bf714923dbf65d776d5b34.zip |
Notes
Diffstat (limited to 'print')
-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 611168486fa6..d95dee01c06c 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 aae900dab40a..d2bd2830b94e 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 30301433bc7f..a6d2245eefd7 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 a51da7477e99..2a0848b673ff 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 \ |