pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/fxtv



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May 16 15:52:15 UTC 2020

Modified Files:
        pkgsrc/multimedia/fxtv: Makefile

Log Message:
multimedia/fxtv: remove redundant SUBST block

It is already taken care of by patches/patch-aa.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/multimedia/fxtv/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/fxtv/Makefile
diff -u pkgsrc/multimedia/fxtv/Makefile:1.36 pkgsrc/multimedia/fxtv/Makefile:1.37
--- pkgsrc/multimedia/fxtv/Makefile:1.36        Wed Mar  7 11:57:31 2018
+++ pkgsrc/multimedia/fxtv/Makefile     Sat May 16 15:52:15 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2018/03/07 11:57:31 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2020/05/16 15:52:15 rillig Exp $
 
 DISTNAME=      fxtv-1.03
 PKGREVISION=   23
@@ -20,11 +20,6 @@ SUBST_STAGE.ossaudio=        pre-configure
 SUBST_FILES.ossaudio=  app_rsrc.h Fxtv README
 SUBST_SED.ossaudio=    -e 's|/dev/dsp|${DEVOSSAUDIO}|g'
 
-SUBST_CLASSES+=                root
-SUBST_STAGE.root=      pre-configure
-SUBST_FILES.root=      Makefile
-SUBST_SED.root=                -e 's,-o root,-o ${ROOT_USER},'
-
 post-extract:
        ${RM} -f ${WRKSRC}/videolib/videolib.o
 



Home | Main Index | Thread Index | Old Index