pkgsrc-WIP-changes archive

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

More WRKSRC setting a little.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Thu Dec 20 15:28:53 2018 +0100
Changeset:	b86d82bf81a414b95282a6be4b579dd5f0002bbc

Modified Files:
	judy/Makefile

Log Message:
More WRKSRC setting a little.

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

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

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

diffs:
diff --git a/judy/Makefile b/judy/Makefile
index fcaa13248b..cdf3bb84f7 100644
--- a/judy/Makefile
+++ b/judy/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.5 2012/09/24 16:56:26 asau Exp $
+# $NetBSD$
 #
 
 DISTNAME=	Judy-1.0.5
 PKGNAME=	${DISTNAME:S/J/j/}
-WRKSRC=		${WRKDIR}/${PKGNAME_NOREV}
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=judy/}
+WRKSRC=		${WRKDIR}/${PKGNAME_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://judy.sourceforge.net/


Home | Main Index | Thread Index | Old Index