diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:13:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:13:47 +0000 |
commit | 36117d709704f772dbc3d305cda6923741791598 (patch) | |
tree | 6c3ec2a25be0f66e3eb89c7c32e68146ec791ef6 /databases/db4o-mono | |
parent | da36d73df110e6c5e375c94ba2ebbfb705fe6bf6 (diff) | |
download | ports-36117d709704f772dbc3d305cda6923741791598.tar.gz ports-36117d709704f772dbc3d305cda6923741791598.zip |
Notes
Diffstat (limited to 'databases/db4o-mono')
-rw-r--r-- | databases/db4o-mono/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/databases/db4o-mono/Makefile b/databases/db4o-mono/Makefile index 79e4d5280ec3..d66be8ec8dcc 100644 --- a/databases/db4o-mono/Makefile +++ b/databases/db4o-mono/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: Castle.ActiveRecord -# Date created: 17 Dec 2005 -# Whom: pneumann@gmail.com -# +# Created by: pneumann@gmail.com # $FreeBSD$ -# $Id: Makefile,v 1.3 2006/10/09 16:27:03 killfill Exp $ -# PORTNAME= db4o PORTVERSION= ${REALVERSION}.20 @@ -25,6 +20,7 @@ REALVERSION= 5.5 NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${REALVERSION} +NO_STAGE= yes do-install: @(cd ${WRKSRC}/dll ; ${SETENV} MONO_SHARED_DIR=${WRKDIR} ${LOCALBASE}/bin/gacutil /root ${PREFIX}/lib /gacdir ${PREFIX}/lib /package 1.0 /i db4o.dll) |