diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-18 03:19:13 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-18 03:19:13 +0000 |
commit | 48e6123de819d82be187a856524a6b864195779e (patch) | |
tree | 0bec738fad056e3c6f8d55aea7a97853b730e336 /dns/libasr | |
parent | d3f95d3cc58096b93a5baa5d788d2499e82fc5ac (diff) | |
download | ports-48e6123de819d82be187a856524a6b864195779e.tar.gz ports-48e6123de819d82be187a856524a6b864195779e.zip |
Notes
Diffstat (limited to 'dns/libasr')
-rw-r--r-- | dns/libasr/Makefile | 15 | ||||
-rw-r--r-- | dns/libasr/pkg-plist | 3 |
2 files changed, 5 insertions, 13 deletions
diff --git a/dns/libasr/Makefile b/dns/libasr/Makefile index 3f0db31fe23f..ef52b849a325 100644 --- a/dns/libasr/Makefile +++ b/dns/libasr/Makefile @@ -16,19 +16,12 @@ LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENCE CONFLICTS= libasr-devel-[0-9]* -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip - -OPTIONS_DEFINE= MAN3 -OPTIONS_SUB= yes -MAN3_DESC= Install API manpages (section 3) -MAN3_USES= groff -MAN3_CONFIGURE_OFF= ac_cv_path_GROFF="" ac_cv_path_NROFF="" ac_cv_path_MANDOC="" -MAN3_CONFIGURE_ON= --with-mantype="man" - -USES= libtool ssl:build +USES= groff libtool ssl:build +GNU_CONFIGURE= yes USE_LDCONFIG= yes +CONFIGURE_ARGS= --with-mantype="man" +INSTALL_TARGET= install-strip CFLAGS+= -I${OPENSSLINC} diff --git a/dns/libasr/pkg-plist b/dns/libasr/pkg-plist index 9fc9867b4993..f90cd798bf99 100644 --- a/dns/libasr/pkg-plist +++ b/dns/libasr/pkg-plist @@ -3,5 +3,4 @@ lib/libasr.a lib/libasr.so lib/libasr.so.0 lib/libasr.so.0.0.2 -%%MAN3%%man/man3/asr_run.3.gz -%%NO_MAN3%%man/cat3/asr_run.3.gz +man/man3/asr_run.3.gz |