diff options
author | agc <agc@pkgsrc.org> | 2001-09-09 20:36:07 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-09-09 20:36:07 +0000 |
commit | a16fc84f19dd8bf3201242f9e04334979fbebb2f (patch) | |
tree | 3fd1a2f535365e26fdc0e751d53fad480118cea2 /textproc/saxon | |
parent | 9a53280dd16ed46cdf17cd6040cbfa62bcc8319a (diff) | |
download | pkgsrc-a16fc84f19dd8bf3201242f9e04334979fbebb2f.tar.gz |
Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}
This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
Diffstat (limited to 'textproc/saxon')
-rw-r--r-- | textproc/saxon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/saxon/Makefile b/textproc/saxon/Makefile index d6e7350f080..707ce73a50a 100644 --- a/textproc/saxon/Makefile +++ b/textproc/saxon/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2001/04/13 05:16:18 jwise Exp $ +# $NetBSD: Makefile,v 1.3 2001/09/09 20:36:50 agc Exp $ # DISTNAME= saxon PKGNAME= saxon-6.0.2 -NO_WRKSUBDIR= CATEGORIES= textproc www MASTER_SITES= ${HOMEPAGE}saxon6.0.2/ EXTRACT_SUFX= .zip @@ -17,6 +16,7 @@ USE_JAVA= yes NO_PATCH= NO_CONFIGURE= NO_BUILD= +WRKSRC= ${WRKDIR} do-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/java |