freebsd-ports/math/eukleides/files/patch-man_Makefile
Mathieu Arnold 6172d4b590 Remove $FreeBSD$ from patches files everywhere.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 20:34:27 +00:00

17 lines
296 B
Text

--- man/Makefile.orig
+++ man/Makefile
@@ -3,13 +3,10 @@
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)
@install -m 0644 $^ $(MAN_DIR)