diff options
author | Ade Lovett <ade@FreeBSD.org> | 2003-03-06 19:23:19 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2003-03-06 19:23:19 +0000 |
commit | 84ea4ee842af8389fc1b0603b821af2d68ba8c65 (patch) | |
tree | ccfda8c465ebb396f84cc9528117581f3455c1b2 /print/pips800/Makefile | |
parent | . Allow package building on bento to bypass the distfile check. (diff) |
Destroy pkg-comment for some of the stranger uses in the tree,
pending the final semi-automatic purge.
Approved by: portmgr (implicitly)
Diffstat (limited to '')
-rw-r--r-- | print/pips800/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/pips800/Makefile b/print/pips800/Makefile index ca4b32c8ebf9..cd60fc45ebcf 100644 --- a/print/pips800/Makefile +++ b/print/pips800/Makefile @@ -29,6 +29,7 @@ DISTNAME?= ${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .i386.tgz MAINTAINER= taoka@FreeBSD.org +COMMENT?= Photo Image Print System for Linux --- EPSON PM-800C RUN_DEPENDS= ${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base \ ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk \ @@ -72,7 +73,6 @@ FILTER= ${FILESDIR}/filter.rev BASE_NAME= pips${PRTYPE} PAPERSIZE?= a4 # for slave ports -COMMENTFILE= ${.CURDIR}/pkg-comment DESCR= ${.CURDIR}/pkg-descr .if ${PORTVERSION} == 2.0 && !defined(INTERNATIONAL_PRODUCTS) LANGS= ja @@ -250,7 +250,7 @@ post-install: _MAKE_COMMENT_DESCR: .if defined(INTERNATIONAL_PRODUCTS) .if ${PRTYPE} != -sc880 || ${PORTVERSION} != 1.0 -.for file in pkg-comment pkg-descr +.for file in pkg-descr .if ${PRTYPE} == -sc680_777 ${SED} -e 's,Stylus Color 880,Stylus Color 680/Stylus Color 777,g' \ -e 's/880/${PRTYPE:S/^-sc//}/g' \ @@ -275,7 +275,7 @@ _MAKE_COMMENT_DESCR: .endif .else # for defined(INTERNATIONAL_PRODUCTS) .if ${PRTYPE} != 800 -.for file in pkg-comment pkg-descr +.for file in pkg-descr .if ${PRTYPE} == 750_2000 ${SED} -e 's/PM-800C/PM-750C PM-2000C/g' \ -e 's/pm800c/pm750c_2000c/g' \ |