pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/mailsync - no need to include bsd.prefs.mk
details: https://anonhg.NetBSD.org/pkgsrc/rev/870a5f4c2dcf
branches: trunk
changeset: 497586:870a5f4c2dcf
user: grant <grant%pkgsrc.org@localhost>
date: Sun Jul 31 03:06:17 2005 +0000
description:
- no need to include bsd.prefs.mk
- fix indentation of for loop, and explicit undef not required
diffstat:
mail/mailsync/Makefile | 11 ++++-------
1 files changed, 4 insertions(+), 7 deletions(-)
diffs (32 lines):
diff -r bf0aef38ab59 -r 870a5f4c2dcf mail/mailsync/Makefile
--- a/mail/mailsync/Makefile Sun Jul 31 02:30:18 2005 +0000
+++ b/mail/mailsync/Makefile Sun Jul 31 03:06:17 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2005/06/16 06:58:03 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2005/07/31 03:06:17 grant Exp $
#
DISTNAME= mailsync_5.2.1.orig
@@ -29,8 +29,6 @@
DOCS= COPYING NEWS README THANKS TODO doc/ABSTRACT doc/HACKING
-.include "../../mk/bsd.prefs.mk"
-
INSTALLATION_DIRS= bin man/man1
do-install:
@@ -40,10 +38,9 @@
${INSTALL_DATA} ${WRKSRC}/doc/examples/mailsync \
${PREFIX}/share/examples/mailsync/dot.mailsync
${INSTALL_MAN} ${WRKSRC}/doc/mailsync.1 ${PREFIX}/man/man1
-. for d in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${d} ${PREFIX}/share/doc/mailsync
-. endfor
-. undef d
+.for d in ${DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${d} ${PREFIX}/share/doc/mailsync
+.endfor
.include "../../security/openssl/buildlink3.mk"
.include "../../mail/imap-uw/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index