pkgsrc-WIP-changes archive

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

Removed PATCHDIR and DISTINFO (doesn't work for wip)



Module Name:	pkgsrc-wip
Committed By:	Jaap Boender <jaapb%kerguelen.org@localhost>
Pushed By:	jaapb
Date:		Thu Mar 14 10:09:23 2019 +0000
Changeset:	fdb18cf9b81e92c53bbb124595e8ea44fc903e7d

Modified Files:
	ocaml/Makefile.common

Log Message:
Removed PATCHDIR and DISTINFO (doesn't work for wip)

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

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

diffstat:
 ocaml/Makefile.common | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/ocaml/Makefile.common b/ocaml/Makefile.common
index dec0efbbc9..2916d74fb1 100644
--- a/ocaml/Makefile.common
+++ b/ocaml/Makefile.common
@@ -26,8 +26,8 @@ GNU_CONFIGURE=		yes
 CONFIGURE_ARGS+=	--without-x
 #CPPFLAGS+=		-DDB_DBM_HSEARCH
 
-DISTINFO_FILE= ${.CURDIR}/../../lang/ocaml/distinfo
-PATCHDIR= ${.CURDIR}/../../lang/ocaml/patches
+#DISTINFO_FILE= ${.CURDIR}/../../lang/ocaml/distinfo
+#PATCHDIR= ${.CURDIR}/../../lang/ocaml/patches
 
 .include "../../mk/bsd.prefs.mk"
 


Home | Main Index | Thread Index | Old Index