diff options
author | kris <kris@FreeBSD.org> | 2003-02-10 17:04:04 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-02-10 17:04:04 +0800 |
commit | a4e793551dac608ae0236ab5cf2bc3bdb48b0e7c (patch) | |
tree | 9f3aa5ec4fc25c7a6acadfbfced255d55346de00 /print | |
parent | 086de0ad6c41275a48b391bb8e742f0b590577ba (diff) | |
download | freebsd-ports-gnome-a4e793551dac608ae0236ab5cf2bc3bdb48b0e7c.tar.gz freebsd-ports-gnome-a4e793551dac608ae0236ab5cf2bc3bdb48b0e7c.tar.zst freebsd-ports-gnome-a4e793551dac608ae0236ab5cf2bc3bdb48b0e7c.zip |
Convert COMMENT to COMMENTFILE until these ports can be converted.
Submitted by: lioux
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" |