From d0953670bd8619c9280f34aadf503fb0df88b9cd Mon Sep 17 00:00:00 2001 From: hans Date: Wed, 12 Oct 2011 17:20:21 +0000 Subject: [PATCH] There is no need to do the Darwin-specific post-extract stuff on anything but Darwin. --- mail/qmail/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 432bfd991759..5ef80c2615ae 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2011/09/28 06:36:57 joerg Exp $ +# $NetBSD: Makefile,v 1.62 2011/10/12 17:20:21 hans Exp $ # DISTNAME= ${PKGNAME_NOREV} @@ -121,9 +121,11 @@ DARWINSUFX= # empty post-extract: ${CP} ${FILESDIR}/README.pkgsrc ${WRKSRC} +.if ${OPSYS} == "Darwin" . for i in INSTALL SENDMAIL mv ${WRKSRC}/${i} ${WRKSRC}/${i}${DARWINSUFX} . endfor +.endif pre-install: . if ${USE_DESTDIR} != "no"