pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/handbrake



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun 21 09:23:11 UTC 2020

Modified Files:
        pkgsrc/multimedia/handbrake: Makefile

Log Message:
(multimedia/handbrake) Correction on source directory of copy after download


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/multimedia/handbrake/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/handbrake/Makefile
diff -u pkgsrc/multimedia/handbrake/Makefile:1.61 pkgsrc/multimedia/handbrake/Makefile:1.62
--- pkgsrc/multimedia/handbrake/Makefile:1.61   Sun Jun 21 09:00:48 2020
+++ pkgsrc/multimedia/handbrake/Makefile        Sun Jun 21 09:23:11 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2020/06/21 09:00:48 mef Exp $
+# $NetBSD: Makefile,v 1.62 2020/06/21 09:23:11 mef Exp $
 #
 
 DISTNAME=      HandBrake-1.3.1-source
@@ -75,7 +75,7 @@ post-extract:
        cp ${DISTDIR}/${DIST_SUBDIR}/${distfile} \
                ${WRKSRC}/download/
 .endfor
-       cp ${DISTDIR}/${MESON_DISTFILE} ${WRKSRC}/download/
+       cp ${DISTDIR}/${DIST_SUBDIR}/${MESON_DISTFILE} ${WRKSRC}/download/
        (cd ${WRKSRC}/contrib; tar zxf ${WRKSRC}/download/${MESON_DISTFILE})
 
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"



Home | Main Index | Thread Index | Old Index