pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkgin



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon May  4 11:15:50 UTC 2020

Modified Files:
        pkgsrc/pkgtools/pkgin: Makefile

Log Message:
pkgin: Unbreak PKGPATH subst change.


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/pkgtools/pkgin/Makefile

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

Modified files:

Index: pkgsrc/pkgtools/pkgin/Makefile
diff -u pkgsrc/pkgtools/pkgin/Makefile:1.99 pkgsrc/pkgtools/pkgin/Makefile:1.100
--- pkgsrc/pkgtools/pkgin/Makefile:1.99 Wed Apr 29 15:09:20 2020
+++ pkgsrc/pkgtools/pkgin/Makefile      Mon May  4 11:15:50 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2020/04/29 15:09:20 jperkin Exp $
+# $NetBSD: Makefile,v 1.100 2020/05/04 11:15:50 jperkin Exp $
 
 DISTNAME=              pkgin-0.16.1
 CATEGORIES=            pkgtools
@@ -31,7 +31,7 @@ SUBST_SED.path+=      -e "s|/usr/sbin|${PKG_T
 SUBST_SED.path+=       -e "s|/var|${VARBASE}|g"
 SUBST_SED.path+=       -e "s|/usr/pkg|${PREFIX}|g"
 SUBST_SED.path+=       -e "s|!=.*uname -p|=    ${MACHINE_ARCH}|g"
-SUBST_SED.path+=       -e '/^BSD_PKG_MK/a\${.newline}PKGPATH=  ${PKGPATH}'
+SUBST_SED.path+=       -e '/^BSD_PKG_MK/a\${.newline}PKGPATH=  ${PKGPATH}${.newline}'
 
 GNU_CONFIGURE=         yes
 USE_FEATURES=          nbcompat



Home | Main Index | Thread Index | Old Index