diff options
author | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-12 12:06:37 +0000 |
---|---|---|
committer | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-12 12:06:37 +0000 |
commit | c50cf0fe193af4ed53a5d65b22c8f4e08968a52c (patch) | |
tree | 54c138eba9b7a1eb6b536f265d27525e0b35ccde /devel | |
parent | 3ba76ac6146139aeb43e0d540304622dc8acd18e (diff) | |
download | ports-c50cf0fe193af4ed53a5d65b22c8f4e08968a52c.tar.gz ports-c50cf0fe193af4ed53a5d65b22c8f4e08968a52c.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rlwrap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/rlwrap/Makefile b/devel/rlwrap/Makefile index 56c7672d5985..3a5898e76e98 100644 --- a/devel/rlwrap/Makefile +++ b/devel/rlwrap/Makefile @@ -18,6 +18,7 @@ USE_GETOPT_LONG= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV+= ptyttylib_cv_ptys=BSD LDFLAGS=-lutil +CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man MAN1= rlwrap.1 |