summaryrefslogtreecommitdiff
path: root/mail/postfix-current
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2006-10-16 09:54:49 +0000
committermartti <martti@pkgsrc.org>2006-10-16 09:54:49 +0000
commit3b4d16f733d45ac1a34259ba174af6c3523b41d0 (patch)
treefb5b87a8d83ebae0b8a0a5bac7f529ba76d1ee7c /mail/postfix-current
parentdabc4a20bd76e22295546a99b15db9512a30bad3 (diff)
downloadpkgsrc-3b4d16f733d45ac1a34259ba174af6c3523b41d0.tar.gz
Fixed few pkglint warnings.
Diffstat (limited to 'mail/postfix-current')
-rw-r--r--mail/postfix-current/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 5d01a2899ad..4e6b3c17328 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -1,16 +1,15 @@
-# $NetBSD: Makefile,v 1.67 2006/10/16 09:48:00 martti Exp $
+# $NetBSD: Makefile,v 1.68 2006/10/16 09:54:49 martti Exp $
DISTNAME= postfix-2.4-20061015
#PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/
+DIST_SUBDIR= postfix
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.postfix.org/
COMMENT= Postfix SMTP server and tools
-DIST_SUBDIR= postfix
-
CONFLICTS+= courier-mta-[0-9]* fastforward>=0.51nb2 sendmail-[0-9]*
PKG_INSTALLATION_TYPES= overwrite pkgviews
@@ -84,7 +83,7 @@ MESSAGE_SRC+= ${PKGDIR}/MESSAGE.${OPSYS}
PLIST_SRC+= ${PKGDIR}/PLIST
BUILD_TARGET= # empty
-MAKE_ENV+= CC=${CC:Q} OPT=${CFLAGS:M*:Q}
+MAKE_ENV+= CC=${CC:Q} OPT=${CFLAGS:Q}
MAKE_ENV+= AUXLIBS=${AUXLIBS:Q} CCARGS=${CCARGS:Q}
RCD_SCRIPTS= postfix
@@ -134,7 +133,7 @@ do-install:
${INSTALL_DATA_DIR} ${LIBEXECDIR}
${INSTALL_DATA_DIR} ${EXAMPLEDIR}
${INSTALL_DATA_DIR} ${DOCDIR}
- -${RM} -f ${WRKSRC}/conf/*.orig
+ ${RM} -f ${WRKSRC}/conf/*.orig
.if !empty(PKG_OPTIONS:Msasl)
${INSTALL_DATA} ${WRKDIR}/smtpd.conf ${EXAMPLEDIR}
.endif