1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/math/eukleides/files/patch-man_Makefile
Ashish SHUKLA c8dc31818c - Fix building with -CURRENT
- Pass CFLAGS to the make
- While here, fix portlint warnings

Reported by:	pkg-fallout
2020-09-11 17:35:26 +00:00

17 lines
286 B
Plaintext

--- man/Makefile.orig 2010-04-27 06:31:00 UTC
+++ man/Makefile
@@ -3,12 +3,9 @@
include ../Config
-MAN_PAGES := $(addsuffix .gz, $(wildcard *.1))
+MAN_PAGES := $(wildcard *.1)
man: $(MAN_PAGES)
-
-%.1.gz: %.1
- @gzip -c $< > $@
install: $(MAN_PAGES)
@install -d $(MAN_DIR)