diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-13 21:57:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-13 21:57:39 +0000 |
commit | 1742ace5151acf5c990340a5962a640ae03aed96 (patch) | |
tree | 2ad1e40754c301578463f401294b856bbd922469 /devel/ossp-val/Makefile | |
parent | 501338d2c73bbaac83b3e53b202bb7a35ddf866b (diff) |
Notes
Diffstat (limited to 'devel/ossp-val/Makefile')
-rw-r--r-- | devel/ossp-val/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/devel/ossp-val/Makefile b/devel/ossp-val/Makefile index b90b296a644d..739c210a7f24 100644 --- a/devel/ossp-val/Makefile +++ b/devel/ossp-val/Makefile @@ -8,7 +8,7 @@ # PORTNAME= val -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_OSSP} MASTER_SITE_SUBDIR= lib/${PORTNAME} @@ -24,11 +24,9 @@ USE_LIBTOOL_VER= 15 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-ex=${LOCALBASE} -.include <bsd.port.pre.mk> +MAN1= val-config.1 +MAN3= val.3 -.if ${ARCH} == "alpha" -BROKEN= "Does not compile on alpha" -.endif +NOT_FOR_ARCHS= alpha -.include "${FILESDIR}/manpages.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |