summaryrefslogtreecommitdiff
path: root/mail/maildrop
diff options
context:
space:
mode:
authorjlam <jlam>2002-02-03 13:38:38 +0000
committerjlam <jlam>2002-02-03 13:38:38 +0000
commitb1a51a77601189423cb3d6859f09c1afdb47d89e (patch)
tree8ebed6441b0d36f608c0f9a5ac4b1c388898a539 /mail/maildrop
parentb38452d00864a0a40bc90cf9921fe4fcbe529fde (diff)
downloadpkgsrc-b1a51a77601189423cb3d6859f09c1afdb47d89e.tar.gz
Fix reversed logic for setting INSTALL_TARGET=install-strip. Of course,
we want to strip when STRIPFLAGS contains "-s" and not otherwise. Pointed out by Amatai Schlair in private e-mail.
Diffstat (limited to 'mail/maildrop')
-rw-r--r--mail/maildrop/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile
index 7e83230cde9..43523d5a1e6 100644
--- a/mail/maildrop/Makefile
+++ b/mail/maildrop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2002/01/23 00:15:20 taca Exp $
+# $NetBSD: Makefile,v 1.8 2002/02/03 13:38:39 jlam Exp $
DISTNAME= maildrop-1.3.7
COMMENT= Courier mail delivery agent with filtering abilities
@@ -15,10 +15,8 @@ USE_BUILDLINK_ONLY= yes
CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --disable-userdb
-.if !defined(STRIPFLAG) || empty(STRIPFLAG:M-s)
+.if defined(STRIPFLAG) && !empty(STRIPFLAG:M-s)
INSTALL_TARGET= install-strip
-.else
-INSTALL_TARGET= install
.endif
post-install: