diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-02-10 09:04:04 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-02-10 09:04:04 +0000 |
commit | 02baa4219f21a975a01e43480a21f37b2bf6c5a9 (patch) | |
tree | 182201ea3f21f889143b4babd2344ed12e2e4532 /print | |
parent | Catch up to new COMMENT semantics (contains comment string instead of (diff) |
Convert COMMENT to COMMENTFILE until these ports can be converted.
Submitted by: lioux
Notes
Notes:
svn path=/head/; revision=75232
Diffstat (limited to 'print')
-rw-r--r-- | print/acroread-commfont/Makefile | 2 | ||||
-rw-r--r-- | print/bjfiltercom/Makefile | 2 | ||||
-rw-r--r-- | print/pips800/Makefile | 2 | ||||
-rw-r--r-- | print/yatex-mule/Makefile | 2 | ||||
-rw-r--r-- | print/yatex-xemacs-mule/Makefile | 2 | ||||
-rw-r--r-- | print/yatex-xemacs/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/print/acroread-commfont/Makefile b/print/acroread-commfont/Makefile index e3f97f5969c6..5f1d8a453506 100644 --- a/print/acroread-commfont/Makefile +++ b/print/acroread-commfont/Makefile @@ -42,7 +42,7 @@ RUN_DEPENDS= acroread4:${PORTSDIR}/print/acroread4 .else ###### For slave ports ############################## ## Use a local directory of the slave port!! -COMMENT= ${.CURDIR}/pkg-comment +COMMENTFILE= ${.CURDIR}/pkg-comment DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist FILESDIR= ${.CURDIR}/files diff --git a/print/bjfiltercom/Makefile b/print/bjfiltercom/Makefile index 4236413dec9b..47e9597b8d64 100644 --- a/print/bjfiltercom/Makefile +++ b/print/bjfiltercom/Makefile @@ -40,7 +40,7 @@ EXTRACT_AFTER_ARGS= | cpio -id --quiet PLIST_SUB+= PORTVERSION=${PORTVERSION}${_SUF1}${_SUF2} DIST_SUBDIR= bjfilter PLIST= ${.CURDIR}/pkg-plist -COMMENT= ${.CURDIR}/pkg-comment +COMMENTFILE= ${.CURDIR}/pkg-comment DESCR= ${.CURDIR}/pkg-descr MD5_FILE= ${.CURDIR}/distinfo ONLY_FOR_ARCHS= i386 diff --git a/print/pips800/Makefile b/print/pips800/Makefile index 980695d00dfe..ca4b32c8ebf9 100644 --- a/print/pips800/Makefile +++ b/print/pips800/Makefile @@ -72,7 +72,7 @@ FILTER= ${FILESDIR}/filter.rev BASE_NAME= pips${PRTYPE} PAPERSIZE?= a4 # for slave ports -COMMENT= ${.CURDIR}/pkg-comment +COMMENTFILE= ${.CURDIR}/pkg-comment DESCR= ${.CURDIR}/pkg-descr .if ${PORTVERSION} == 2.0 && !defined(INTERNATIONAL_PRODUCTS) LANGS= ja diff --git a/print/yatex-mule/Makefile b/print/yatex-mule/Makefile index fe934dfb9e5c..6349cdbcd4d1 100644 --- a/print/yatex-mule/Makefile +++ b/print/yatex-mule/Makefile @@ -8,7 +8,7 @@ PKGNAMESUFFIX= -mule MASTERDIR= ${.CURDIR}/../yatex -COMMENT= ${.CURDIR}/pkg-comment +COMMENTFILE= ${.CURDIR}/pkg-comment EMACS_PORT_NAME=mule .include "${MASTERDIR}/Makefile" diff --git a/print/yatex-xemacs-mule/Makefile b/print/yatex-xemacs-mule/Makefile index 5b518d945a69..ff825e5d5c08 100644 --- a/print/yatex-xemacs-mule/Makefile +++ b/print/yatex-xemacs-mule/Makefile @@ -8,7 +8,7 @@ PKGNAMESUFFIX= -xemacs-mule MASTERDIR= ${.CURDIR}/../yatex -COMMENT= ${.CURDIR}/pkg-comment +COMMENTFILE= ${.CURDIR}/pkg-comment EMACS_PORT_NAME=xemacs21-mule .include "${MASTERDIR}/Makefile" diff --git a/print/yatex-xemacs/Makefile b/print/yatex-xemacs/Makefile index 9275ed9d0de1..8db590e2260e 100644 --- a/print/yatex-xemacs/Makefile +++ b/print/yatex-xemacs/Makefile @@ -8,7 +8,7 @@ PKGNAMESUFFIX= -xemacs MASTERDIR= ${.CURDIR}/../yatex -COMMENT= ${.CURDIR}/pkg-comment +COMMENTFILE= ${.CURDIR}/pkg-comment EMACS_PORT_NAME=xemacs21 .include "${MASTERDIR}/Makefile" |