diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 21:18:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 21:18:57 +0000 |
commit | adc551ea3651255970c6d481bdaacd9905b13ac9 (patch) | |
tree | f3dc05e67cbcf35e12369f3fe9842be26f82508b /textproc | |
parent | dbe34e1d761780cffd61813eda07b50c3464583f (diff) | |
download | ports-adc551ea3651255970c6d481bdaacd9905b13ac9.tar.gz ports-adc551ea3651255970c6d481bdaacd9905b13ac9.zip |
Notes
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> |