pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libdaemon
Module Name: pkgsrc
Committed By: rillig
Date: Sun Apr 26 09:55:09 UTC 2020
Modified Files:
pkgsrc/devel/libdaemon: Makefile
Log Message:
devel/libdaemon: fix path to pkg-config file
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/libdaemon/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/libdaemon/Makefile
diff -u pkgsrc/devel/libdaemon/Makefile:1.8 pkgsrc/devel/libdaemon/Makefile:1.9
--- pkgsrc/devel/libdaemon/Makefile:1.8 Sun Jan 6 03:32:34 2013
+++ pkgsrc/devel/libdaemon/Makefile Sun Apr 26 09:55:09 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2013/01/06 03:32:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.9 2020/04/26 09:55:09 rillig Exp $
#
DISTNAME= libdaemon-0.14
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://0pointer.de/lennart/projects/libdaemon/
@@ -13,7 +13,7 @@ LICENSE= gnu-lgpl-v2.1
USE_PKGLOCALEDIR= YES
USE_LIBTOOL= YES
-PKGCONFIG_OVERRIDE+= ${WRKSRC}/libdaemon.pc.in
+PKGCONFIG_OVERRIDE+= pkgconfig/libdaemon.pc.in
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --disable-lynx
Home |
Main Index |
Thread Index |
Old Index