pkgsrc-WIP-changes archive

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

pangoterm: Fix WRKSRC and PKGNAME



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Dec 3 03:16:28 2015 +0100
Changeset:	5c8d62f8f8380434a737638498432f9dbb78dac8

Modified Files:
	pangoterm/Makefile

Log Message:
pangoterm: Fix WRKSRC and PKGNAME

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

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

diffstat:
 pangoterm/Makefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diffs:
diff --git a/pangoterm/Makefile b/pangoterm/Makefile
index f2b6da2..dee331e 100644
--- a/pangoterm/Makefile
+++ b/pangoterm/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.00 2015/12/03 01:40:00 coypu Exp $
 
+VER=		0_pre20151022
 DISTNAME=	pangoterm-0.${VER}
-PKGNAME=	pangoterm
 CATEGORIES=	x11
 MASTER_SITES=	${MASTER_SITE_GENTOO:=distfiles/}
 
@@ -9,11 +9,10 @@ HOMEPAGE=	http://www.leonerd.org.uk/code/pangoterm/
 COMMENT=	GTK/Pango-based terminal
 LICENSE=	mit
 
-VER=		0_pre20151022
-
-WRKSRC=		${WRKDIR}
+WRKSRC=		${WRKDIR}/pangoterm-0
 USE_LANGUAGES=	c
 USE_TOOLS+=	gmake
 USE_LIBTOOL=	yes
+
 .include "../../wip/libvterm/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index