pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
girara: adjust USE_TOOLS and minor cosmetic fixes
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Mon Feb 8 15:00:19 2016 +0100
Changeset: c9f6107ea101411ef14c576512555e17415ddb45
Modified Files:
girara/Makefile
Log Message:
girara: adjust USE_TOOLS and minor cosmetic fixes
o groff seems not needed and instead of the entire gettext only msgfmt is used.
o Change SUBST_STAGE to "pre-configure" as suggested by The pkgsrc Guide and
while here fix a typo in SUBST_MESSAGE.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c9f6107ea101411ef14c576512555e17415ddb45
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
girara/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diffs:
diff --git a/girara/Makefile b/girara/Makefile
index 6548297..b3a21b5 100644
--- a/girara/Makefile
+++ b/girara/Makefile
@@ -10,12 +10,12 @@ HOMEPAGE= http://pwmt.org/projects/girara/
COMMENT= Library to develop simple and minimalist user interface
LICENSE= zlib
-USE_TOOLS+= pkg-config gettext gmake groff
+USE_TOOLS+= gmake msgfmt pkg-config
USE_LIBTOOL= yes
SUBST_CLASSES+= makefile
-SUBST_STAGE.makefile= pre-build
-SUBST_MESSAGE.makefile= Fixing install invokation
+SUBST_STAGE.makefile= pre-configure
+SUBST_MESSAGE.makefile= Fixing install invocation
SUBST_FILES.makefile= Makefile
SUBST_SED.makefile= -e '/install.*\.so.*/ s;install -m 644;${INSTALL_LIB:Q};'
Home |
Main Index |
Thread Index |
Old Index