diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-13 22:00:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-13 22:00:51 +0000 |
commit | eb91552ba84fb9e20a3bb8c75b3f9f2ebccdefb8 (patch) | |
tree | 840a16811f3119f8bc68efd7d94fa3a174b8ec91 /devel/ossp-l2/Makefile | |
parent | 1742ace5151acf5c990340a5962a640ae03aed96 (diff) | |
download | ports-eb91552ba84fb9e20a3bb8c75b3f9f2ebccdefb8.tar.gz ports-eb91552ba84fb9e20a3bb8c75b3f9f2ebccdefb8.zip |
Notes
Diffstat (limited to 'devel/ossp-l2/Makefile')
-rw-r--r-- | devel/ossp-l2/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/ossp-l2/Makefile b/devel/ossp-l2/Makefile index 7bae244c6dfb..d2ac913a1510 100644 --- a/devel/ossp-l2/Makefile +++ b/devel/ossp-l2/Makefile @@ -8,7 +8,7 @@ # PORTNAME= l2 -PORTVERSION= 0.9.8 +PORTVERSION= 0.9.10 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_OSSP} MASTER_SITE_SUBDIR= lib/${PORTNAME} @@ -20,8 +20,7 @@ COMMENT= A C library for a flexible and sophisticated Unix logging facility USE_LIBTOOL_VER= 15 INSTALLS_SHLIB= yes -.include <bsd.port.pre.mk> +MAN1= l2-config.1 l2tool.1 +MAN3= l2.3 -.include "${FILESDIR}/manpages.mk" - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |