diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-06-16 15:58:38 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-06-16 15:58:38 +0000 |
commit | 64ea0732ae9cceb4e8bccedf098c69f0dd03c701 (patch) | |
tree | 636c8295318e3a8a309effd2b6ffa9f3777555bd /devel/ossp-l2/Makefile | |
parent | a0db7240c1295100bbba7f598493da9432419a2b (diff) |
Notes
Diffstat (limited to 'devel/ossp-l2/Makefile')
-rw-r--r-- | devel/ossp-l2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/ossp-l2/Makefile b/devel/ossp-l2/Makefile index dc00a6359252..48991d900564 100644 --- a/devel/ossp-l2/Makefile +++ b/devel/ossp-l2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= l2 -PORTVERSION= 0.9.11 -PORTREVISION= 1 +PORTVERSION= 0.9.13 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_OSSP} MASTER_SITE_SUBDIR= lib/${PORTNAME} @@ -17,8 +16,9 @@ MAINTAINER= mnag@FreeBSD.org COMMENT= A C library for a flexible and sophisticated Unix logging facility GNU_CONFIGURE= yes +CONFIGURE_ARGS= --mandir=${MANPREFIX}/man CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= l2-config.1 l2tool.1 MAN3= l2.3 |