diff options
author | gabor <gabor@FreeBSD.org> | 2007-03-29 06:30:30 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-03-29 06:30:30 +0800 |
commit | 12c6c83f4478f1123bc16b9a7c35cf74e716dd45 (patch) | |
tree | fd1384cc1b05c33cb92211ad72e0f672531e3dc8 /devel/nant/Makefile | |
parent | 0e85be7c96c1042c58cedc8017ceb896f884142e (diff) | |
download | freebsd-ports-gnome-12c6c83f4478f1123bc16b9a7c35cf74e716dd45.tar.gz freebsd-ports-gnome-12c6c83f4478f1123bc16b9a7c35cf74e716dd45.tar.zst freebsd-ports-gnome-12c6c83f4478f1123bc16b9a7c35cf74e716dd45.zip |
- Update to 0.85
- Pass maintainership to submitter
PR: ports/110509
Submitted by: Nemo Liu <nemoliu@gmail.com>
Diffstat (limited to 'devel/nant/Makefile')
-rw-r--r-- | devel/nant/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/nant/Makefile b/devel/nant/Makefile index b954a6232034..c62ef6808057 100644 --- a/devel/nant/Makefile +++ b/devel/nant/Makefile @@ -11,9 +11,9 @@ DISTVERSION= 0.85 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${DISTVERSION}-src +DISTNAME= ${PORTNAME}-0.85-src -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nemoliu@gmail.com COMMENT= A .NET build tool inspired by Ant BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono @@ -41,5 +41,5 @@ post-install: @${CHMOD} -R ugo-w,ugo+rX ${EXAMPLESDIR} .endif -.include "${.CURDIR}/../../lang/mono/bsd.mono.mk" +.include "${PORTSDIR}/lang/mono/bsd.mono.mk" .include <bsd.port.mk> |