pkgsrc-WIP-changes archive

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

miniircd: Remove no longer used referenceto VARBASE



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Jul 8 16:12:26 2019 +0200
Changeset:	caed4be5a4e1ad7819e61317bd86d8be760754c5

Modified Files:
	miniircd/Makefile

Log Message:
miniircd: Remove no longer used referenceto VARBASE

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=caed4be5a4e1ad7819e61317bd86d8be760754c5

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

diffstat:
 miniircd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/miniircd/Makefile b/miniircd/Makefile
index 4ce9514d25..8b98b4b1cd 100644
--- a/miniircd/Makefile
+++ b/miniircd/Makefile
@@ -12,7 +12,7 @@ LICENSE=	gnu-gpl-v2
 
 NO_BUILD=	yes
 
-BUILD_DEFS+=	VARBASE MINIIRCD_USER MINIIRCD_GROUP
+BUILD_DEFS+=	MINIIRCD_USER MINIIRCD_GROUP
 FILES_SUBST+=	PYTHONBIN=${PYTHONBIN}
 FILES_SUBST+=	MINIIRCD_USER=${MINIIRCD_USER} MINIIRCD_GROUP=${MINIIRCD_GROUP}
 


Home | Main Index | Thread Index | Old Index