freebsd-ports/devel/cl-asdf/files/patch-Makefile
Joseph Mingrone 2e135ebded devel/cl-asdf: Update to version 3.3.1.7
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)
2018-04-12 17:56:42 +00:00

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)"