pkgsrc-WIP-changes archive

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

st: misc (mostly) cosmetic changes



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Jan 21 15:13:37 2016 +0100
Changeset:	a984b05939fb2db7c8b6601b3e6535ddb34e1540

Modified Files:
	st/Makefile

Log Message:
st: misc (mostly) cosmetic changes

o Update MAINTAINER email address
o Better indent the various SUBST, convert them to SUBST_STAGE
  pre-configure and use a better and self-documenting SUBST_MESSAGE.

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

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

diffstat:
 st/Makefile | 27 +++++++++++++--------------
 1 file changed, 13 insertions(+), 14 deletions(-)

diffs:
diff --git a/st/Makefile b/st/Makefile
index aaef4c0..059a6a2 100644
--- a/st/Makefile
+++ b/st/Makefile
@@ -4,30 +4,29 @@ DISTNAME=	st-0.6
 CATEGORIES=	x11
 MASTER_SITES=	http://dl.suckless.org/st/
 
-MAINTAINER=	leot1990%users.sourceforge.net@localhost
+MAINTAINER=	leot%NetBSD.org@localhost
 HOMEPAGE=	http://st.suckless.org/
 COMMENT=	Simple terminal implementation for X
 LICENSE=	mit
 
 MAKE_JOBS_SAFE=	no
 
-# Adjust config.mk and Makefile
-SUBST_CLASSES+=		configdefh configmk makefile
-SUBST_STAGE.configdefh=	pre-build
-SUBST_STAGE.configmk=	pre-build
-SUBST_STAGE.makefile=	pre-build
-SUBST_MESSAGE.configdefh=	Fixing config.def.h
+SUBST_CLASSES+=			configdefh configmk makefile
+SUBST_STAGE.configdefh=		pre-configure
+SUBST_STAGE.configmk=		pre-configure
+SUBST_STAGE.makefile=		pre-configure
+SUBST_MESSAGE.configdefh=	Change default termname to xterm
 SUBST_FILES.configdefh=		config.def.h
 SUBST_MESSAGE.configmk=		Fixing config.mk
 SUBST_FILES.configmk=		config.mk
-SUBST_MESSAGE.makefile=		Fixing Makefile
+SUBST_MESSAGE.makefile=		Do not install the st terminfo entry
 SUBST_FILES.makefile=		Makefile
-SUBST_SED.configdefh+=	-e 's,st-256color,xterm,g'
-SUBST_SED.configmk+=	-e 's,/usr/local,${PREFIX},g'
-SUBST_SED.configmk+=	-e 's,share/man,${PKGMANDIR},g'
-SUBST_SED.configmk+=	-e 's,/usr/X11R6,${X11BASE},g'
-SUBST_SED.configmk+=	-e 's/cc/${CC:Q}/'
-SUBST_SED.makefile+=	-e '/tic/d'	# Do not install the st terminfo entry
+SUBST_SED.configdefh+=		-e 's,st-256color,xterm,g'
+SUBST_SED.configmk+=		-e 's,/usr/local,${PREFIX},g'
+SUBST_SED.configmk+=		-e 's,share/man,${PKGMANDIR},g'
+SUBST_SED.configmk+=		-e 's,/usr/X11R6,${X11BASE},g'
+SUBST_SED.configmk+=		-e 's/cc/${CC:Q}/'
+SUBST_SED.makefile+=		-e '/tic/d' # Do not install the st terminfo entry
 
 INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1
 


Home | Main Index | Thread Index | Old Index