--- Makefile.orig 2009-09-08 20:42:43.000000000 -0500 +++ Makefile 2009-11-08 11:37:36.000000000 -0600 @@ -6,7 +6,7 @@ # PORTNAME= barnyard2 -PORTVERSION= 1.6 +PORTVERSION= 1.7 CATEGORIES= security MASTER_SITES= http://www.securixlive.com/download/barnyard2/ @@ -39,6 +39,9 @@ CONFIGURE_ARGS+= --with-postgresql .endif +pre-install: + ${CHMOD} 744 ${WRKSRC}/install-sh + post-install: .for f in barnyard2.conf @@ -48,7 +51,6 @@ .endfor .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -# cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif