-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't use PKGNAME when setting WRKSRC; use PKGNAME_NOREV instead.
- Loading branch information
1 parent
431a328
commit a4fbec9
Showing
5 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.14 2004/01/20 12:26:49 agc Exp $ | ||
# $NetBSD: Makefile,v 1.15 2004/03/30 18:32:33 jlam Exp $ | ||
# | ||
# We use the binary distribution of crimson because otherwise we | ||
# have a bootstrap-loop between apache-ant and crimson, each of which | ||
|
@@ -13,7 +13,7 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://xml.apache.org/crimson/ | ||
COMMENT= Apache.org implementation of JAXP, SAX, and DOM | ||
|
||
WRKSRC= ${WRKDIR}/${PKGNAME} | ||
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} | ||
USE_JAVA= run | ||
USE_BUILDLINK2= # defined | ||
NO_CONFIGURE= # defined | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters