diff options
author | makc <makc@FreeBSD.org> | 2013-03-19 22:22:04 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-03-19 22:22:04 +0800 |
commit | 742109ec6b34a97779c6e853bb3f0de884e611ec (patch) | |
tree | b70a14eff1b69766e5ea449359ab6442329e1c46 /devel | |
parent | 012f8fb63f9e27b05c58803dc5f253cf1b811bd0 (diff) | |
download | freebsd-ports-gnome-742109ec6b34a97779c6e853bb3f0de884e611ec.tar.gz freebsd-ports-gnome-742109ec6b34a97779c6e853bb3f0de884e611ec.tar.zst freebsd-ports-gnome-742109ec6b34a97779c6e853bb3f0de884e611ec.zip |
- No need to set CMAKE_INSTALL_PREFIX and CMAKE_BUILD_TYPE, already done in bsd.cmake.mk
- Trim header while I'm here
Approved by: portmgr (bapt)
Diffstat (limited to 'devel')
-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 |