mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
c8dc31818c
- Pass CFLAGS to the make - While here, fix portlint warnings Reported by: pkg-fallout
17 lines
286 B
Plaintext
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)
|