From 9154bbd538d0b4976c28906f5fb64ab542877241 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 28 May 2004 01:09:01 +0000 Subject: Add patches from Jim Bernard to make this build on -current and fix a problem with basename(); bump PKGREVISION. Closes PR 20978 and PR 25733 by Jim Bernard. --- mail/deliver/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mail/deliver/Makefile') diff --git a/mail/deliver/Makefile b/mail/deliver/Makefile index 4de4ae9e830..1a296e5e0b1 100644 --- a/mail/deliver/Makefile +++ b/mail/deliver/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 21:45:51 grant Exp $ +# $NetBSD: Makefile,v 1.5 2004/05/28 01:09:01 wiz Exp $ DISTNAME= deliver-2.1.14 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=deliver/} @@ -33,7 +34,7 @@ post-install: cd ${WRKSRC}; \ for FILE in deliver.1 header.1; do \ CATFILE=`${BASENAME} $${FILE} .1`.0; \ - ${NROFF} -man $${FILE} > $${CATFILE}; \ + nroff -man $${FILE} > $${CATFILE}; \ ${INSTALL_MAN} $${FILE} ${PREFIX}/man/man1; \ ${INSTALL_MAN} $${CATFILE} ${PREFIX}/man/cat1; \ done -- cgit v1.2.3