summaryrefslogtreecommitdiff
path: root/mail/deliver/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-05-28 01:09:01 +0000
committerwiz <wiz@pkgsrc.org>2004-05-28 01:09:01 +0000
commit9154bbd538d0b4976c28906f5fb64ab542877241 (patch)
treeceadd96df58198751b499ae2711f86ef95a452ae /mail/deliver/Makefile
parent26b25d115f93cd4e09bb4ba1adfe49afa505347f (diff)
downloadpkgsrc-9154bbd538d0b4976c28906f5fb64ab542877241.tar.gz
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.
Diffstat (limited to 'mail/deliver/Makefile')
-rw-r--r--mail/deliver/Makefile5
1 files changed, 3 insertions, 2 deletions
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