pkgsrc-WIP-changes archive

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

dsniff{,-nox11}: Properly convert to pick up files from pkgsrc/wip



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Aug 27 13:21:12 2018 +0200
Changeset:	071cbd6baa9845d2ec4aa35b75bc5f3f08d387c5

Modified Files:
	dsniff-nox11/Makefile
	dsniff/Makefile.common

Log Message:
dsniff{,-nox11}: Properly convert to pick up files from pkgsrc/wip

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

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

diffstat:
 dsniff-nox11/Makefile  | 2 +-
 dsniff/Makefile.common | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/dsniff-nox11/Makefile b/dsniff-nox11/Makefile
index fcd4b25e68..16430e5a29 100644
--- a/dsniff-nox11/Makefile
+++ b/dsniff-nox11/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.16 2016/04/18 08:34:35 leot Exp $
 
-.include "../../security/dsniff/Makefile.common"
+.include "../../wip/dsniff/Makefile.common"
 
 PKGNAME=	dsniff-nox11-${VERS}
 PKGREVISION=	9
diff --git a/dsniff/Makefile.common b/dsniff/Makefile.common
index 5a9007c92f..e50efc0292 100644
--- a/dsniff/Makefile.common
+++ b/dsniff/Makefile.common
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile.common,v 1.12 2017/08/16 20:21:14 wiz Exp $
 #
-# used by security/dsniff/Makefile
-# used by security/dsniff-nox11/Makefile
+# used by wip/dsniff/Makefile
+# used by wip/dsniff-nox11/Makefile
 
 DISTNAME=	dsniff-${VERS}
 VERS=		2.3
@@ -15,8 +15,8 @@ LICENSE=	modified-bsd
 GNU_CONFIGURE=	yes
 MAKE_JOBS_SAFE=	no
 
-PATCHDIR=	${.CURDIR}/../../security/dsniff/patches
-DISTINFO_FILE=	${.CURDIR}/../../security/dsniff/distinfo
+PATCHDIR=	${.CURDIR}/../../wip/dsniff/patches
+DISTINFO_FILE=	${.CURDIR}/../../wip/dsniff/distinfo
 
 SUBST_CLASSES+=		conf
 SUBST_STAGE.conf=	pre-configure


Home | Main Index | Thread Index | Old Index