use @ on tbl and -f on cp.

This commit is contained in:
fgsch 2000-08-04 23:41:33 +00:00
parent 114def9ea9
commit 3d5568106c

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.51 2000/08/04 22:49:55 fgsch Exp $ # $OpenBSD: Makefile,v 1.52 2000/08/04 23:41:33 fgsch Exp $
DISTNAME= fetchmail-5.4.4 DISTNAME= fetchmail-5.4.4
CATEGORIES= mail CATEGORIES= mail
@ -31,8 +31,8 @@ CONFIGURE_ARGS+= --with-ssl
pre-patch: pre-patch:
@sed -e "s|@PREFIX@|${LOCALBASE}|" \ @sed -e "s|@PREFIX@|${LOCALBASE}|" \
${FILESDIR}/fetchmailconf > ${WRKDIR}/fetchmailconf ${FILESDIR}/fetchmailconf > ${WRKDIR}/fetchmailconf
tbl ${WRKSRC}/fetchmail.man > ${WRKSRC}/fetchmail.tbl @tbl ${WRKSRC}/fetchmail.man > ${WRKSRC}/fetchmail.tbl; \
cp ${WRKSRC}/fetchmail.tbl ${WRKSRC}/fetchmail.man cp -f ${WRKSRC}/fetchmail.tbl ${WRKSRC}/fetchmail.man
post-install: post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fetchmail ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fetchmail