svn commit: r347502 - head/print/xdvik
Hiroki Sato
hrs at FreeBSD.org
Sat Mar 8 14:34:37 UTC 2014
Author: hrs
Date: Sat Mar 8 14:34:37 2014
New Revision: 347502
URL: http://svnweb.freebsd.org/changeset/ports/347502
QAT: https://qat.redports.org/buildarchive/r347502/
Log:
Fix build.
Modified:
head/print/xdvik/Makefile
Modified: head/print/xdvik/Makefile
==============================================================================
--- head/print/xdvik/Makefile Sat Mar 8 14:28:33 2014 (r347501)
+++ head/print/xdvik/Makefile Sat Mar 8 14:34:37 2014 (r347502)
@@ -77,6 +77,6 @@ post-install:
${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
- @${PKGINSTALL} ${PKGNAME} POST-INSTALL
+ @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list