diff options
author | taoka <taoka@FreeBSD.org> | 2000-09-04 00:15:15 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-09-04 00:15:15 +0000 |
commit | 7e8cc8e7c75083319e543483364d0338e34e1f22 (patch) | |
tree | c72218387bbb3938e1f6dd33d88c04441fef01c8 /print | |
parent | 92751c5b12a110323faf7203a34e50d60ad4344d (diff) | |
download | FreeBSD-ports-7e8cc8e7c75083319e543483364d0338e34e1f22.zip FreeBSD-ports-7e8cc8e7c75083319e543483364d0338e34e1f22.tar.gz |
Fixed for failuer to make checksum in slave ports
Submitted by: MITA Yoshio <mita@ee.t.u-tokyo.ac.jp>
Obtained from: ports-jp@jp.freebsd.org
Diffstat (limited to 'print')
-rw-r--r-- | print/pips800/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/pips800/Makefile b/print/pips800/Makefile index 4ea1c10..c81db65 100644 --- a/print/pips800/Makefile +++ b/print/pips800/Makefile @@ -26,7 +26,6 @@ BASE_NAME= pips${PRTYPE} PAPERSIZE?= a4 .include <bsd.port.pre.mk> -MD5_FILE= ${.CURDIR}/files/md5 PRTYPE?= 800 do-build: @@ -59,6 +58,9 @@ do-install: .include <bsd.port.post.mk> +MD5_FILE= ${.CURDIR}/files/md5 + + # target for maintainer _MAKE_COMMENT_DESCR: .if ${PRTYPE} != 800 |