pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/comms/conserver8
Module Name: pkgsrc
Committed By: he
Date: Fri Feb 10 10:38:42 UTC 2017
Modified Files:
pkgsrc/comms/conserver8: Makefile
Log Message:
Um, need bsd.prefs.mk before testing ${OPSYS}.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/comms/conserver8/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/comms/conserver8/Makefile
diff -u pkgsrc/comms/conserver8/Makefile:1.23 pkgsrc/comms/conserver8/Makefile:1.24
--- pkgsrc/comms/conserver8/Makefile:1.23 Fri Feb 10 10:35:06 2017
+++ pkgsrc/comms/conserver8/Makefile Fri Feb 10 10:38:42 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2017/02/10 10:35:06 he Exp $
+# $NetBSD: Makefile,v 1.24 2017/02/10 10:38:42 he Exp $
#
PKGVER= 8.2.1
@@ -25,10 +25,11 @@ CONFIGURE_ARGS+= --with-port=${CONSERVER
CONFIGURE_ARGS+= --with-libwrap=${BUILDLINK_PREFIX.tcp_wrappers}
CONFIGURE_ARGS+= --with-logfile=${VARBASE:Q}/log/conserver
-.include "options.mk"
-
BUILD_DEFS+= CONSERVER_DEFAULTPORT CONSERVER_DEFAULTHOST VARBASE
+.include "../../mk/bsd.prefs.mk"
+.include "options.mk"
+
RCD_SCRIPTS= conserver8
TEST_TARGET= test
Home |
Main Index |
Thread Index |
Old Index