diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2000-09-04 00:15:15 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2000-09-04 00:15:15 +0000 |
commit | 38ebde00041ecdac60b035f011412ee6de7be99b (patch) | |
tree | 0137ccd8cf866dc6f9794a514c94292ec7344551 /print/pips800 | |
parent | 325fef77c8141572e4504c3d87976c6b7d60ff86 (diff) |
Notes
Diffstat (limited to 'print/pips800')
-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 4ea1c1059fc1..c81db6527035 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 |