pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bystand: Add support for GNU/kFreeBSD
Module Name: pkgsrc-wip
Committed By: Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By: micha
Date: Tue Mar 10 16:24:22 2020 +0100
Changeset: ebda8b43fa18ea3e94fd15203da2fd68f93ede59
Modified Files:
bystand/Makefile
Log Message:
bystand: Add support for GNU/kFreeBSD
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ebda8b43fa18ea3e94fd15203da2fd68f93ede59
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
bystand/Makefile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diffs:
diff --git a/bystand/Makefile b/bystand/Makefile
index 9b627307e3..c1b16cc4e6 100644
--- a/bystand/Makefile
+++ b/bystand/Makefile
@@ -14,16 +14,16 @@ USE_LANGUAGES+= c99
.include "../../mk/bsd.prefs.mk"
-INSTALLATION_DIRS= bin share/doc/bystand share/doc/bystand/setup
-
-.if ${OPSYS} == "Linux"
+.if ${OPSYS} == "Linux" || ${OPSYS} == "GNUkFreeBSD"
# Makefile for GNU userland
BYSTAND_MAKEFILE= Makefile
.else
-# Makefile that builds GNU compatibility module
+# This Makefile builds a GNU compatibility module
BYSTAND_MAKEFILE= Makefile.BSD
.endif
+INSTALLATION_DIRS= bin share/doc/bystand share/doc/bystand/setup
+
do-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
${MAKE} ${MAKE_FLAGS} -f ${BYSTAND_MAKEFILE}
Home |
Main Index |
Thread Index |
Old Index