diff options
author | jlam <jlam@pkgsrc.org> | 2005-08-20 19:16:21 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-08-20 19:16:21 +0000 |
commit | 9a68cc0a6159ddf94bae7afcf6e19f63283b1097 (patch) | |
tree | 47cc04d797caf5105bc04ccdfe666acfd2133361 /lang/sun-jre15 | |
parent | c92918791fa1f357d2f9c161b6b363457629bf08 (diff) | |
download | pkgsrc-9a68cc0a6159ddf94bae7afcf6e19f63283b1097.tar.gz |
Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} so
that these directories will be conditionally removed (based on reference
counts), regardless of the value of PKG_CONFIG. Bump the PKGREVISION
for packages that were modified as a result.
Diffstat (limited to 'lang/sun-jre15')
-rw-r--r-- | lang/sun-jre15/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/sun-jre15/Makefile b/lang/sun-jre15/Makefile index 7eb26596334..b80aae5c630 100644 --- a/lang/sun-jre15/Makefile +++ b/lang/sun-jre15/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.18 2005/08/19 18:12:37 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2005/08/20 19:16:23 jlam Exp $ # Note: Regen distinfo with PKG_DEFAULT_OPTIONS+=sun-jre-jce DISTNAME= jre-1_5_0_04-linux-i586 PKGNAME= sun-jre15-5.0.4 +PKGREVISION= 1 MASTER_SITES= # empty COMMENT= Sun's Java(tm) 2 Runtime Environment 1.5.0 |