diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-04 05:18:57 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-04 05:18:57 +0800 |
commit | e2ef17346ed30363780a604cc921d26ff7cfa137 (patch) | |
tree | f3dc05e67cbcf35e12369f3fe9842be26f82508b /textproc | |
parent | e3b0b2742725f463be9f01b170cdb62ff5d7c6a1 (diff) | |
download | freebsd-ports-gnome-e2ef17346ed30363780a604cc921d26ff7cfa137.tar.gz freebsd-ports-gnome-e2ef17346ed30363780a604cc921d26ff7cfa137.tar.zst freebsd-ports-gnome-e2ef17346ed30363780a604cc921d26ff7cfa137.zip |
Fix on current
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hhm/files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/hhm/files/Makefile b/textproc/hhm/files/Makefile index 03217a7740d4..69145a03ccf3 100644 --- a/textproc/hhm/files/Makefile +++ b/textproc/hhm/files/Makefile @@ -6,6 +6,6 @@ LDADD= -L${PREFIX}/lib -llzxcomp -lm CFLAGS= -I${PREFIX}/include BINDIR= ${PREFIX}/bin -NOMAN= # +NO_MAN= # .include <bsd.prog.mk> |