diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-03 22:33:43 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-03 22:33:43 +0800 |
commit | be3785c01fe805afc172d8a8b1d4e7dc8a18246d (patch) | |
tree | 52cf7945b280fe73268827f6a070144b9774cf60 /devel/ossp-var/Makefile | |
parent | 44da9b2f486b4d6f8847c5badf689396902571bf (diff) | |
download | freebsd-ports-gnome-be3785c01fe805afc172d8a8b1d4e7dc8a18246d.tar.gz freebsd-ports-gnome-be3785c01fe805afc172d8a8b1d4e7dc8a18246d.tar.zst freebsd-ports-gnome-be3785c01fe805afc172d8a8b1d4e7dc8a18246d.zip |
Update to 1.1.3
PR: 86856
Submitted by: Vasil Dimov <vd@datamax.bg>
Approved by: pav (mentor)
Diffstat (limited to 'devel/ossp-var/Makefile')
-rw-r--r-- | devel/ossp-var/Makefile | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/devel/ossp-var/Makefile b/devel/ossp-var/Makefile index 4708b7de604d..e1631f56fae2 100644 --- a/devel/ossp-var/Makefile +++ b/devel/ossp-var/Makefile @@ -1,13 +1,12 @@ -# ex:ts=8 -*-mode: makefile-*- # New ports collection makefile for: ossp-var -# Date created: 2003-01-31 -# Whom: Alan Eldridge <alane@geeksrus.net> +# Date created: 2003-01-31 +# Whom: Alan Eldridge <alane@geeksrus.net> # # $FreeBSD$ # PORTNAME= var -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_OSSP} MASTER_SITE_SUBDIR= lib/${PORTNAME} @@ -18,6 +17,7 @@ COMMENT= A flexible, full-featured and fast variable expansion library USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LIBTOOL_VER= 15 INSTALLS_SHLIB= yes @@ -27,5 +27,10 @@ INSTALLS_SHLIB= yes BROKEN= "Does not compile on alpha" .endif +check: + build + @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) + .include "${FILESDIR}/manpages.mk" + .include <bsd.port.post.mk> |