diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2005-06-13 02:50:20 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2005-06-13 02:50:20 +0000 |
commit | 0a823ed0bd312238d6c13c7a71dc314642a1c621 (patch) | |
tree | 935bdf4e767091c7d1c792ba0a59aee8764062cf | |
parent | 1d193206da0982833f0016bfd257e70f17865f98 (diff) | |
download | ports-0a823ed0bd312238d6c13c7a71dc314642a1c621.tar.gz ports-0a823ed0bd312238d6c13c7a71dc314642a1c621.zip |
Notes
-rw-r--r-- | textproc/libextractor/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile index c4243b12eb54..0f846b9bb9c3 100644 --- a/textproc/libextractor/Makefile +++ b/textproc/libextractor/Makefile @@ -23,5 +23,6 @@ USE_REINPLACE= yes INSTALLS_SHLIB= yes MAN1= extract.1 +MAN3= libextractor.3 .include <bsd.port.mk> |