pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/gnome



Module Name:    pkgsrc
Committed By:   cirnatdan
Date:           Mon Apr 19 10:59:01 UTC 2021

Modified Files:
        pkgsrc/meta-pkgs/gnome: Makefile

Log Message:
gnome: Fix typo in SUPERSEDES and correct PREV_PKGPATH


To generate a diff of this commit:
cvs rdiff -u -r1.147 -r1.148 pkgsrc/meta-pkgs/gnome/Makefile

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

Modified files:

Index: pkgsrc/meta-pkgs/gnome/Makefile
diff -u pkgsrc/meta-pkgs/gnome/Makefile:1.147 pkgsrc/meta-pkgs/gnome/Makefile:1.148
--- pkgsrc/meta-pkgs/gnome/Makefile:1.147       Mon Apr 19 10:49:41 2021
+++ pkgsrc/meta-pkgs/gnome/Makefile     Mon Apr 19 10:59:01 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.147 2021/04/19 10:49:41 cirnatdan Exp $
+# $NetBSD: Makefile,v 1.148 2021/04/19 10:59:01 cirnatdan Exp $
 
 PKGNAME=       gnome-3.38.1
 CATEGORIES=    meta-pkgs
@@ -9,8 +9,8 @@ COMMENT=        Meta-package for the GNOME desk
 
 META_PACKAGE=  yes
 
-PREV_PKGPATH=  ../../meta-pkgs/gnome3
-SUPERCEDES+=   gnome3-[0-9]*
+PREV_PKGPATH=  meta-pkgs/gnome3
+SUPERSEDES+=   gnome3-[0-9]*
 
 # GNOME has a concept of "Core Apps".
 #



Home | Main Index | Thread Index | Old Index