pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ap2-auth-imap: pkglint



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Sep 24 19:52:39 2016 +0200
Changeset:	2fe8ff7f481a842e6366787786c94894ca90af95

Modified Files:
	ap2-auth-imap/Makefile

Log Message:
ap2-auth-imap: pkglint

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2fe8ff7f481a842e6366787786c94894ca90af95

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ap2-auth-imap/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/ap2-auth-imap/Makefile b/ap2-auth-imap/Makefile
index 3c7ca38..b603d6e 100644
--- a/ap2-auth-imap/Makefile
+++ b/ap2-auth-imap/Makefile
@@ -1,4 +1,3 @@
-# $Id: Makefile,v 1.9 2014/06/22 19:57:10 thomasklausner Exp $
 # $NetBSD: Makefile,v 1.9 2014/06/22 19:57:10 thomasklausner Exp $
 
 DISTNAME=	mod_auth_imap2-2.2.0
@@ -22,7 +21,7 @@ do-build:
 	 	${APXS} -c -n ${APACHE_MODULE_NAME} mod_auth_imap.c
 
 do-install:
-	(cd ${WRKSRC} && ${APXS} -n ${APACHE_MODULE_NAME} -i mod_auth_imap.la && )
+	cd ${WRKSRC} && ${APXS} -n ${APACHE_MODULE_NAME} -i mod_auth_imap.la
 
 post-install:
 	${INSTALL_DATA_DIR} ${PREFIX:Q}/share/examples/ap2-auth-imap


Home | Main Index | Thread Index | Old Index