diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-19 14:22:04 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-19 14:22:04 +0000 |
commit | ed28a6bb75608123ee57d92c594f4bba42ba16dd (patch) | |
tree | b70a14eff1b69766e5ea449359ab6442329e1c46 /devel/lasi | |
parent | 212d5ce603d1364d92beef3f699e3bd21192df8e (diff) | |
download | ports-ed28a6bb75608123ee57d92c594f4bba42ba16dd.tar.gz ports-ed28a6bb75608123ee57d92c594f4bba42ba16dd.zip |
Notes
Diffstat (limited to 'devel/lasi')
-rw-r--r-- | devel/lasi/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/lasi/Makefile b/devel/lasi/Makefile index bfdfeeac61c8..0335353ced32 100644 --- a/devel/lasi/Makefile +++ b/devel/lasi/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: lasi -# Date created: June 2006 -# Whom: giffunip -# +# Created by: giffunip # $FreeBSD$ # $MCom: ports/devel/lasi/Makefile,v 1.1 2006/10/04 20:25:40 ahze Exp $ - PORTNAME= lasi PORTVERSION= 1.1.1 PORTREVISION= 1 @@ -23,9 +19,7 @@ CONFIGURE_ENV+= PKG_CONFIG_PATH=${PKG_CONFIG_PATH} USE_LDCONFIG= yes USE_CMAKE= yes -CMAKE_ARGS+= ${WRKSRC} \ - -DCMAKE_INSTALL_PREFIX=${PREFIX} \ - -DCMAKE_INSTALL_DATADIR:PATH=${DATADIR} +CMAKE_ARGS+= -DCMAKE_INSTALL_DATADIR:PATH=${DATADIR} .if !defined(NOPORTDOCS) BUILD_DEPENDS+= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen |