pkgsrc-WIP-changes archive

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

libxls: Makefile style



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <ik%sjmulder.nl@localhost>
Pushed By:	sjmulder
Date:		Mon Dec 10 20:17:29 2018 +0100
Changeset:	7221919c94350735cf9aaf509faf2fc9f620e173

Modified Files:
	libxls/Makefile

Log Message:
libxls: Makefile style

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

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

diffstat:
 libxls/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/libxls/Makefile b/libxls/Makefile
index 594124703e..43c52050ab 100644
--- a/libxls/Makefile
+++ b/libxls/Makefile
@@ -4,13 +4,14 @@ DISTNAME=	libxls-1.4.0
 CATEGORIES=	devel textproc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=libxls/}
 EXTRACT_SUFX=	.zip
-WRKSRC=		${WRKDIR}/libxls
 
 MAINTAINER=	ik%sjmulder.nl@localhost
 HOMEPAGE=	http://libxls.sourceforge.net/
 COMMENT=	Extract cell data from legacy Microsoft Excel files
 LICENSE=	2-clause-bsd
 
+WRKSRC=		${WRKDIR}/libxls
+
 GNU_CONFIGURE=	yes
 USE_LIBTOOL=	yes
 


Home | Main Index | Thread Index | Old Index