diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2019-11-25 23:25:52 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2019-11-25 23:25:52 +0000 |
commit | f2ab4428432c7278a3dfc65dd19ae1a0e21e9b2f (patch) | |
tree | 52dbe489ef07375a512911ffcd740da2bf5bfaed /sysutils/mfid | |
parent | 349193f6e0668b51b63df6aee192eed9a6930e18 (diff) | |
download | ports-f2ab4428432c7278a3dfc65dd19ae1a0e21e9b2f.tar.gz ports-f2ab4428432c7278a3dfc65dd19ae1a0e21e9b2f.zip |
Notes
Diffstat (limited to 'sysutils/mfid')
-rw-r--r-- | sysutils/mfid/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/mfid/files/patch-Makefile b/sysutils/mfid/files/patch-Makefile new file mode 100644 index 000000000000..d436b293272d --- /dev/null +++ b/sysutils/mfid/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig ++++ Makefile +@@ -3,7 +3,6 @@ + + CFLAGS+= -g -Wall -Wunused + +-NOMAN= +-NO_MAN= ++MAN= + + .include <bsd.prog.mk> |