pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
sc-im: Makefile style and tweaks
Module Name: pkgsrc-wip
Committed By: Sijmen J. Mulder <ik%sjmulder.nl@localhost>
Pushed By: sjmulder
Date: Mon Dec 10 20:21:19 2018 +0100
Changeset: cc3c5e8e986fe2d63168a054de9233260ec64012
Modified Files:
sc-im/Makefile
sc-im/options.mk
Log Message:
sc-im: Makefile style and tweaks
- Use PKGVERSION_NOREV
- Suggest all options by default (they're small dependencies)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cc3c5e8e986fe2d63168a054de9233260ec64012
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
sc-im/Makefile | 7 ++++---
sc-im/options.mk | 1 +
2 files changed, 5 insertions(+), 3 deletions(-)
diffs:
diff --git a/sc-im/Makefile b/sc-im/Makefile
index 31b1700daa..c576c2135b 100644
--- a/sc-im/Makefile
+++ b/sc-im/Makefile
@@ -3,15 +3,16 @@
DISTNAME= sc-im-0.7.0
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=andmarti1424/}
-GITHUB_TAG= v${PKGVERSION}
-BUILD_DIRS= src
-INSTALL_DIRS= src
+GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= ik%sjmulder.nl@localhost
HOMEPAGE= https://github.com/andmarti1424/sc-im/
COMMENT= Curses-based spreadsheet program based on sc
LICENSE= original-bsd
+BUILD_DIRS= src
+INSTALL_DIRS= src
+
.include "../../mk/bsd.prefs.mk"
# pkg-config to avoid broken Makefile self-configuration
diff --git a/sc-im/options.mk b/sc-im/options.mk
index e778bd82a3..ec8afe929a 100644
--- a/sc-im/options.mk
+++ b/sc-im/options.mk
@@ -2,6 +2,7 @@
PKG_OPTIONS_VAR= PKG_OPTIONS.sc-im
PKG_SUPPORTED_OPTIONS+= xls xlsx lua
+PKG_SUGGESTED_OPTIONS+= xls xlsx lua
.include "../../mk/bsd.options.mk"
Home |
Main Index |
Thread Index |
Old Index