diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-04-07 11:10:40 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-04-07 11:10:40 +0800 |
commit | d9355f543f2b26a267a28395741668a110a330a2 (patch) | |
tree | d4e67a26b4c6a3bfe33dae4163466d5fba5bfdf0 /mail | |
parent | 3a92da1000d0fe473cdeffe53a6635f64cd2940a (diff) | |
download | marcuscom-ports-d9355f543f2b26a267a28395741668a110a330a2.tar.gz marcuscom-ports-d9355f543f2b26a267a28395741668a110a330a2.tar.zst marcuscom-ports-d9355f543f2b26a267a28395741668a110a330a2.zip |
Remove hardcoded PORTSDIR.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12219 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution-sharp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/evolution-sharp/Makefile b/mail/evolution-sharp/Makefile index 779904249..4065eadd1 100644 --- a/mail/evolution-sharp/Makefile +++ b/mail/evolution-sharp/Makefile @@ -3,7 +3,7 @@ # Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # # $FreeBSD$ -# $Id: Makefile,v 1.11 2009-04-07 02:53:43 marcus Exp $ +# $Id: Makefile,v 1.12 2009-04-07 03:10:40 marcus Exp $ # PORTNAME= evolution-sharp @@ -29,6 +29,5 @@ post-patch: s|.@EDS_SOVERSION@||g' \ ${WRKSRC}/evolution/evolution-sharp.dll.config.in -#.include "${.CURDIR}/../../lang/mono/bsd.mono.mk" -.include "/usr/ports/lang/mono/bsd.mono.mk" +.include "${.CURDIR}/../../lang/mono/bsd.mono.mk" .include <bsd.port.mk> |