mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
10 lines
209 B
Text
10 lines
209 B
Text
--- Makefile.orig 2016-10-13 01:46:42 UTC
|
|
+++ Makefile
|
|
@@ -36,6 +36,7 @@ install: fex
|
|
|
|
fex: fex.o
|
|
$(CC) $(CFLAGS) fex.o $(SNPRINTF_CC) -o $@
|
|
+ pod2man -c "" -r "" fex.pod > fex.1
|
|
|
|
fex.o: fex_version.h
|
|
|