Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 May 2014 15:15:31 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355990 - head/security/sshit
Message-ID:  <201405311515.s4VFFVDb068106@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat May 31 15:15:31 2014
New Revision: 355990
URL: http://svnweb.freebsd.org/changeset/ports/355990
QAT: https://qat.redports.org/buildarchive/r355990/

Log:
  Unbreak,  the sample configuration installation is already handle in plist
  While here, remove ${CAT} ${PKGMESSAGE} unneeded for staged ports

Modified:
  head/security/sshit/Makefile

Modified: head/security/sshit/Makefile
==============================================================================
--- head/security/sshit/Makefile	Sat May 31 15:11:07 2014	(r355989)
+++ head/security/sshit/Makefile	Sat May 31 15:15:31 2014	(r355990)
@@ -30,12 +30,4 @@ do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin/${PORTNAME}
 	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf-dist
 
-post-install:
-	@if [ ! -f ${PREFIX}/etc/${PORTNAME}.conf ]; then \
-		${CP} -p ${PREFIX}/etc/${PORTNAME}.conf-dist ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf ; \
-	fi
-.if !defined(BATCH)
-	@${CAT} ${PKGMESSAGE}
-.endif
-
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405311515.s4VFFVDb068106>