[Midnightbsd-cvs] mports: Makefile: this appears to be wrong and is causing a problem

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Mar 18 00:32:49 EDT 2009


Log Message:
-----------
this appears to be wrong and is causing a problem during fake.

Modified Files:
--------------
    mports/security/cyrus-sasl2:
        Makefile (r1.4 -> r1.5)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/security/cyrus-sasl2/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L security/cyrus-sasl2/Makefile -L security/cyrus-sasl2/Makefile -u -r1.4 -r1.5
--- security/cyrus-sasl2/Makefile
+++ security/cyrus-sasl2/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	cyrus-sasl
 PORTVERSION=	2.1.22
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	security ipv6
 MASTER_SITES=	ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/%SUBDIR%/ \
 		ftp://ftp.westbend.net/pub/cyrus-mail/%SUBDIR%/ \
@@ -251,7 +251,5 @@
 .endfor
 	@${INSTALL_DATA} ${FILESDIR}/Sendmail.README ${DOCSDIR}
 .endif
-	@PKG_PREFIX=${PREFIX} BATCH=${BATCH} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.post.mk>


More information about the Midnightbsd-cvs mailing list