git: 9894a919b524 - main - devel/nant: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Mar 2024 14:58:14 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9894a919b52468958c93422cc2b8aec4dcd3f7ae
commit 9894a919b52468958c93422cc2b8aec4dcd3f7ae
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-23 14:18:17 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-23 14:30:41 +0000
devel/nant: Update WWW and clean up pkg-descr
- Remove unnecessary substitution
---
devel/nant/Makefile | 5 +++--
devel/nant/pkg-descr | 2 --
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/devel/nant/Makefile b/devel/nant/Makefile
index 84b07aa3c3ce..ae452cf69741 100644
--- a/devel/nant/Makefile
+++ b/devel/nant/Makefile
@@ -7,7 +7,8 @@ MASTER_SITES= SF
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= .NET build tool inspired by Ant
-WWW= https://github.com/nant/nant
+WWW= http://nant.sourceforge.net/ \
+ https://github.com/nant/nant
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
@@ -19,7 +20,7 @@ MAKE_ARGS= MCS=mcs MONO='mono --runtime=v4.0' TARGET=mono-4.0
MAKE_JOBS_UNSAFE= yes
TEST_TARGET= run-test
USES= gmake mono pkgconfig
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+WRKSRC= ${WRKDIR}/nant-${PORTVERSION}
DATADIR= ${PREFIX}/share/NAnt
DOCSDIR= ${PREFIX}/share/doc/NAnt
diff --git a/devel/nant/pkg-descr b/devel/nant/pkg-descr
index f1e2d0e2aef7..0b800a33a1d7 100644
--- a/devel/nant/pkg-descr
+++ b/devel/nant/pkg-descr
@@ -9,5 +9,3 @@ Why NAnt?
---------
Because Ant was too Java-specific.
Because Ant needed the Java runtime. NAnt only needs the .NET or Mono runtime.
-
-See also: http://nant.sourceforge.net/