diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-13 21:12:26 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-13 21:12:26 +0000 |
commit | fc77cd40105299c168d42a56745205c54f734704 (patch) | |
tree | 0a85fe8e51c04cad88aa4099e1acb9c58ba05a6a /net-mgmt | |
parent | dfe13a5e0a7bb668f1afe6ebb2299278ba213fdb (diff) | |
download | ports-fc77cd40105299c168d42a56745205c54f734704.tar.gz ports-fc77cd40105299c168d42a56745205c54f734704.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/zenoss/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-mgmt/zenoss/Makefile b/net-mgmt/zenoss/Makefile index c26a628c5119..75c587c8df5b 100644 --- a/net-mgmt/zenoss/Makefile +++ b/net-mgmt/zenoss/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: zenoss -# Date created: 19 April 2011 -# Whom: Phil Phillips -# +# Created by: Phil Phillips # $FreeBSD$ -# PORTNAME= zenoss PORTVERSION= 3.1.0 @@ -97,7 +93,7 @@ do-install: && ${LN} -sF ${ZENHOME}/libdata/pkgconfig \ ${ZENHOME}/lib/pkgconfig - @cd ${WRKSRC} && ${ENV} ${BUILD_ENV} SVNVERSION=${FALSE} bash ./build.sh 2>/dev/null + @cd ${WRKSRC} && ${SETENV} ${BUILD_ENV} SVNVERSION=${FALSE} bash ./build.sh 2>/dev/null @${RM} ${ZENHOME}/lib/pkgconfig |