diff options
author | Juergen Lock <nox@FreeBSD.org> | 2013-10-19 21:28:33 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2013-10-19 21:28:33 +0000 |
commit | 64bb2b8f541ed224b3f79f4210abc44b696afba1 (patch) | |
tree | eb5ad7ec582f13757217227e36e63cf77487a2e6 /www/vdr-plugin-live | |
parent | 54ac4143746fcc74905272555a3616374cc33b9b (diff) | |
download | ports-64bb2b8f541ed224b3f79f4210abc44b696afba1.tar.gz ports-64bb2b8f541ed224b3f79f4210abc44b696afba1.zip |
pre-install should better be pre-su-install.
Submitted by: danfe
Notes
Notes:
svn path=/head/; revision=330938
Diffstat (limited to 'www/vdr-plugin-live')
-rw-r--r-- | www/vdr-plugin-live/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/vdr-plugin-live/Makefile b/www/vdr-plugin-live/Makefile index ab30c82c483c..73e67add5fbb 100644 --- a/www/vdr-plugin-live/Makefile +++ b/www/vdr-plugin-live/Makefile @@ -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 |