Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2013 21:28:33 +0000 (UTC)
From:      Juergen Lock <nox@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330938 - head/www/vdr-plugin-live
Message-ID:  <201310192128.r9JLSX4s007919@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310192128.r9JLSX4s007919>