pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/cddb-bundle



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Jan  2 12:41:22 UTC 2021

Modified Files:
        pkgsrc/audio/cddb-bundle: Makefile

Log Message:
cddb-bundle: Fix installation paths.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/audio/cddb-bundle/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/cddb-bundle/Makefile
diff -u pkgsrc/audio/cddb-bundle/Makefile:1.36 pkgsrc/audio/cddb-bundle/Makefile:1.37
--- pkgsrc/audio/cddb-bundle/Makefile:1.36      Thu Nov  5 09:07:23 2020
+++ pkgsrc/audio/cddb-bundle/Makefile   Sat Jan  2 12:41:22 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2020/11/05 09:07:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.37 2021/01/02 12:41:22 nia Exp $
 #
 
 DISTNAME=      cddb.bundle-0.2
@@ -18,12 +18,11 @@ USE_LANGUAGES=      objc
 MAKE_ENV+=     ADDITIONAL_CPPFLAGS="-Wno-import"
 MAKE_FILE=     GNUmakefile
 
+MAKE_FLAGS+=   BUNDLE_INSTALL_DIR=${DESTDIR}${PREFIX}/lib/GNUstep/Bundles
+
 INSTALL_MAKE_FLAGS=    INSTALL_PROGRAM=${INSTALL_PROGRAM:Q} \
                        INSTALL_DATA=${INSTALL_DATA:Q}
 
-FIX_GNUSTEP_INSTALLATION_DIR=          yes
-SUBST_FILES.gnustep_installation_dir+= Cddb/GNUmakefile
-
 .include "../../devel/gnustep-base/buildlink3.mk"
 .include "../../x11/gnustep-gui/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index