diff options
Diffstat (limited to 'devel/ossp-cfg/Makefile')
-rw-r--r-- | devel/ossp-cfg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/ossp-cfg/Makefile b/devel/ossp-cfg/Makefile index 93730f48e751..d42e7958d3fd 100644 --- a/devel/ossp-cfg/Makefile +++ b/devel/ossp-cfg/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cfg -PORTVERSION= 0.9.10 +PORTVERSION= 0.9.11 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_OSSP} MASTER_SITE_SUBDIR= lib/${PORTNAME} @@ -19,8 +19,8 @@ LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --with-ex=${LOCALBASE} -INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --with-ex=${LOCALBASE} --mandir=${MANPREFIX}/man +USE_LDCONFIG= yes MAN3= cfg.3 |