diff options
author | nox <nox@FreeBSD.org> | 2013-10-20 05:28:33 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2013-10-20 05:28:33 +0800 |
commit | ff12f8099ed3ead2eb84567eca406c1362553b50 (patch) | |
tree | eb5ad7ec582f13757217227e36e63cf77487a2e6 /www | |
parent | 6c227692a65a9facfd1e001863075a449c73cd2c (diff) | |
download | freebsd-ports-gnome-ff12f8099ed3ead2eb84567eca406c1362553b50.tar.gz freebsd-ports-gnome-ff12f8099ed3ead2eb84567eca406c1362553b50.tar.zst freebsd-ports-gnome-ff12f8099ed3ead2eb84567eca406c1362553b50.zip |
pre-install should better be pre-su-install.
Submitted by: danfe
Diffstat (limited to 'www')
-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 |