svn commit: r330938 - head/www/vdr-plugin-live
Juergen Lock
nox at FreeBSD.org
Sat Oct 19 21:28:34 UTC 2013
Author: nox
Date: Sat Oct 19 21:28:33 2013
New Revision: 330938
URL: http://svnweb.freebsd.org/changeset/ports/330938
Log:
pre-install should better be pre-su-install.
Submitted by: danfe
Modified:
head/www/vdr-plugin-live/Makefile
Modified: head/www/vdr-plugin-live/Makefile
==============================================================================
--- head/www/vdr-plugin-live/Makefile Sat Oct 19 21:27:26 2013 (r330937)
+++ head/www/vdr-plugin-live/Makefile Sat Oct 19 21:28:33 2013 (r330938)
@@ -39,7 +39,7 @@ EXTRA_PATCH_STRIP= -p1
post-patch: post-patch-plugin
${CP} ${FILESDIR}/gen_version_suffix.h ${WRKSRC}
-pre-install:
+pre-su-install:
${MKDIR} ${PREFIX}/lib/vdr
post-install: post-install-pluginlocales
More information about the svn-ports-head
mailing list