From a42cbff4128323430fffdbc21ce599904b421170 Mon Sep 17 00:00:00 2001 From: Satoshi Taoka Date: Fri, 9 Mar 2001 05:17:00 +0000 Subject: Bug-fix (rpm command was dealed with non-rpm files) Obtained from: bento --- print/bjfiltercom/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'print') diff --git a/print/bjfiltercom/Makefile b/print/bjfiltercom/Makefile index 38d7803388b8..3a8f45aea953 100644 --- a/print/bjfiltercom/Makefile +++ b/print/bjfiltercom/Makefile @@ -9,7 +9,7 @@ PORTNAME?= bjfiltercom PORTVERSION?= 1.0 CATEGORIES= print linux MASTER_SITES= ftp://www.canon-sales.co.jp/pub/driver/printer/BJ/linux/ -DISTFILES= ${PORTNAME}-${PORTVERSION}-0.i386.rpm +DISTFILES= ${RPMFILES} .if !defined(SLAVE_PORT) DISTFILES+= ${DOC_DISTFILES} .endif @@ -43,6 +43,7 @@ NO_BUILD= yes NO_FILTER_SHLIBS= yes NO_MTREE= yes +RPMFILES= ${PORTNAME}-${PORTVERSION}-0.i386.rpm .if defined(SLAVE_PORT) FILTER= ${FILESDIR}/filter PAPERSIZE?= a4 @@ -61,7 +62,7 @@ do-build: ${FILTER} > ${WRKDIR}/filter${PRTYPE} do-install: - for R in ${DISTFILES}; do \ + for R in ${RPMFILES}; do \ rpm -U ${RPMFLAGS} ${RPMDIR}/$$R; \ done .for i in ${BIN_FILES} -- cgit v1.2.3