Skip to content

Commit

Permalink
devel/nant: Update WWW and clean up pkg-descr
Browse files Browse the repository at this point in the history
- Remove unnecessary substitution
  • Loading branch information
sunpoet committed Mar 23, 2024
1 parent a1e820d commit 9894a91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions devel/nant/Makefile
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 0 additions & 2 deletions devel/nant/pkg-descr
Expand Up @@ -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/

0 comments on commit 9894a91

Please sign in to comment.