2e135ebded
Port changes: - Pull tarball from Common-Lisp.net GitLab repository - Do not silence install commands (except mkdir) - Conform to 'Order of Variables in Port Makefiles' from Porter's Handbook - Silence warning about creating absolute links - Set DISTVERSION instead of setting PORTVERSION directly PR: 225427 Submitted by: Christian Heckendorf <heckendorfc@gmail.com> Approved by: maintainer timeout (1 month)
11 lines
282 B
Text
11 lines
282 B
Text
--- Makefile.orig 2018-03-07 21:53:28 UTC
|
|
+++ Makefile
|
|
@@ -101,7 +101,7 @@ noext:
|
|
load: build/asdf.lisp
|
|
./test/run-tests.sh -t $l $(all_lisp)
|
|
|
|
-install: archive
|
|
+install:
|
|
|
|
bump: bump-version
|
|
git commit -a -m "Bump version to $$(eval a=$$(cat version.lisp-expr) ; echo $$a)"
|