diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2001-03-09 05:17:00 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2001-03-09 05:17:00 +0000 |
commit | a42cbff4128323430fffdbc21ce599904b421170 (patch) | |
tree | ce1b3ecac8e26255bb2d2db56748160b0eedd00d /print | |
parent | 945a70e7c7e337be68ea46ba36483406d2fcc2e7 (diff) | |
download | ports-a42cbff4128323430fffdbc21ce599904b421170.tar.gz ports-a42cbff4128323430fffdbc21ce599904b421170.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/bjfiltercom/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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} |