pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/buzztrax



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Mar 26 12:07:19 UTC 2020

Modified Files:
        pkgsrc/audio/buzztrax: Makefile

Log Message:
buzztrax: Use PLIST_SRC_DFLT to ensure PLIST.Linux gets picked up.

Remove omf-scrollkeeper include, it's no longer needed.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/audio/buzztrax/Makefile

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

Modified files:

Index: pkgsrc/audio/buzztrax/Makefile
diff -u pkgsrc/audio/buzztrax/Makefile:1.8 pkgsrc/audio/buzztrax/Makefile:1.9
--- pkgsrc/audio/buzztrax/Makefile:1.8  Tue Mar 10 22:09:19 2020
+++ pkgsrc/audio/buzztrax/Makefile      Thu Mar 26 12:07:19 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2020/03/10 22:09:19 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2020/03/26 12:07:19 nia Exp $
 
 DISTNAME=      buzztrax-0.10.2
 PKGREVISION=   2
@@ -27,7 +27,7 @@ USE_TOOLS+=   gmake
 # GLib-GIO-ERROR **: Settings schema 'org.buzztrax' is not installed
 MAKE_ENV+=     GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 
-PLIST_SRC+=    PLIST
+PLIST_SRC=     ${PLIST_SRC_DFLT}
 
 USE_PKGLOCALEDIR=      yes
 
@@ -45,5 +45,4 @@ CONFIGURE_ARGS+=      --disable-schemas-compi
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/gtk3/buildlink3.mk"
-.include "../../mk/omf-scrollkeeper.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index