diff options
author | antoine <antoine@FreeBSD.org> | 2014-05-31 23:15:31 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-05-31 23:15:31 +0800 |
commit | 9f44d4d6f72716aed2b13289333b66a33ff02a3e (patch) | |
tree | 2aa424afdaf3bc771ebc197964041185e458426a /security/sshit | |
parent | 3f5df2e3ceeaf56f1623d03ad28bafaae0376f0f (diff) | |
download | freebsd-ports-gnome-9f44d4d6f72716aed2b13289333b66a33ff02a3e.tar.gz freebsd-ports-gnome-9f44d4d6f72716aed2b13289333b66a33ff02a3e.tar.zst freebsd-ports-gnome-9f44d4d6f72716aed2b13289333b66a33ff02a3e.zip |
Unbreak, the sample configuration installation is already handle in plist
While here, remove ${CAT} ${PKGMESSAGE} unneeded for staged ports
Diffstat (limited to 'security/sshit')
-rw-r--r-- | security/sshit/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/security/sshit/Makefile b/security/sshit/Makefile index 2ff2ecccabd9..06cdb2185174 100644 --- a/security/sshit/Makefile +++ b/security/sshit/Makefile @@ -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> |