svn commit: r355990 - head/security/sshit

Antoine Brodin antoine at FreeBSD.org
Sat May 31 15:15:32 UTC 2014


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>


More information about the svn-ports-all mailing list