diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 10:31:13 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 10:31:13 +0000 |
commit | 7a40c2a2f776b987d10d3125c9686c66ea3e5793 (patch) | |
tree | 49124f13737d71ccba3e10b2c4c60025369f7a80 /print | |
parent | Move files/md5.{i386,alpha} to distinfo.{i386,alpha}. (diff) |
Fix MD5_FILE (files/md5 -> distinfo).
Diffstat (limited to 'print')
-rw-r--r-- | print/pips800/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/print/pips800/Makefile b/print/pips800/Makefile index 700552d5bcf9..c2ee82d551b5 100644 --- a/print/pips800/Makefile +++ b/print/pips800/Makefile @@ -21,6 +21,7 @@ RUN_DEPENDS+= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base \ ONLY_FOR_ARCHS= i386 NO_WRKSUBDIR= yes PLIST_SUB= BASE_NAME=${BASE_NAME} PRTYPE=${PRTYPE} +MD5_FILE= ${.CURDIR}/distinfo BASE_NAME= pips${PRTYPE} PAPERSIZE?= a4 @@ -55,14 +56,10 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/readme${PRTYPE} ${PREFIX}/share/doc/${BASE_NAME} .endif -.include <bsd.port.post.mk> - -MD5_FILE= ${.CURDIR}/files/md5 - # target for maintainer _MAKE_COMMENT_DESCR: .if ${PRTYPE} != 800 -.for file in pkg/COMMENT pkg/DESCR +.for file in pkg-comment pkg-descr .if ${PRTYPE} == 820_3300 ${SED} -e 's/PM-800C/PM-820C PM-3300C/g' \ -e 's/pm800c/pm820c_3300c/g' \ @@ -74,3 +71,5 @@ _MAKE_COMMENT_DESCR: .endif .endfor .endif + +.include <bsd.port.post.mk> |