pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
stagit: Needs c99 and inject PKGMANDIR too
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Sat May 4 18:50:03 2019 +0200
Changeset: 635f9ee5e4ba11d3169ea8b522745810439278aa
Modified Files:
stagit/Makefile
Log Message:
stagit: Needs c99 and inject PKGMANDIR too
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=635f9ee5e4ba11d3169ea8b522745810439278aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
stagit/Makefile | 3 +++
1 file changed, 3 insertions(+)
diffs:
diff --git a/stagit/Makefile b/stagit/Makefile
index e0341c7181..dfc2845931 100644
--- a/stagit/Makefile
+++ b/stagit/Makefile
@@ -9,6 +9,8 @@ HOMEPAGE= https://codemadness.org/git/stagit/file/README.html
COMMENT= Static git page generator
LICENSE= mit
+USE_LANGUAGES= c99
+
# Adjust config.mk
SUBST_CLASSES+= makefile
SUBST_STAGE.makefile= pre-configure
@@ -18,6 +20,7 @@ SUBST_SED.makefile+= -e 's,^CFLAGS *= ,CFLAGS += ,'
SUBST_SED.makefile+= -e 's,^LDFLAGS *= ,LDFLAGS += ,'
MAKE_FLAGS+= PREFIX=${PREFIX}
+MAKE_FLAGS+= MANPREFIX=${PREFIX}/${PKGMANDIR}
MAKE_FLAGS+= GITINC=${PREFIX}/include
MAKE_FLAGS+= GITLIB=${PREFIX}/lib
Home |
Main Index |
Thread Index |
Old Index