pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libunit



Module Name:    pkgsrc
Committed By:   otis
Date:           Sun Feb 14 13:44:34 UTC 2021

Modified Files:
        pkgsrc/devel/libunit: Makefile

Log Message:
libunit: Change references from wip to www


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/libunit/Makefile

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

Modified files:

Index: pkgsrc/devel/libunit/Makefile
diff -u pkgsrc/devel/libunit/Makefile:1.1 pkgsrc/devel/libunit/Makefile:1.2
--- pkgsrc/devel/libunit/Makefile:1.1   Sun Feb 14 12:04:30 2021
+++ pkgsrc/devel/libunit/Makefile       Sun Feb 14 13:44:34 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/02/14 12:04:30 otis Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/14 13:44:34 otis Exp $
 
 PKGNAME=       libunit-${UNIT_VERSION}
 DISTNAME=      unit-${UNIT_VERSION}
@@ -18,7 +18,7 @@ do-build:
 do-install:
        ${MAKE} -C ${WRKSRC} libunit-install DESTDIR=${DESTDIR}
 
-.include "../../wip/unit/version.mk"
-.include "../../wip/unit/Makefile.common"
+.include "../../www/unit/version.mk"
+.include "../../www/unit/Makefile.common"
 .include "../../mk/bsd.prefs.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index