diff options
author | jlam <jlam> | 2005-08-20 19:16:21 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-08-20 19:16:21 +0000 |
commit | 0b64c5e8f6df517e08feba011f6ebb6d4db35063 (patch) | |
tree | 47cc04d797caf5105bc04ccdfe666acfd2133361 /lang/sun-jre13 | |
parent | 0002516286baa006f1190f1197f054fe1934ff18 (diff) | |
download | pkgsrc-0b64c5e8f6df517e08feba011f6ebb6d4db35063.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-jre13')
-rw-r--r-- | lang/sun-jre13/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sun-jre13/Makefile b/lang/sun-jre13/Makefile index d53a3159ecb..97c7cafd7d7 100644 --- a/lang/sun-jre13/Makefile +++ b/lang/sun-jre13/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.40 2005/08/19 18:12:37 jlam Exp $ +# $NetBSD: Makefile,v 1.41 2005/08/20 19:16:23 jlam Exp $ DISTNAME= j2re-1_3_1_15-linux-i586 PKGNAME= sun-jre13-1.0.15 -PKGREVISION= 1 +PKGREVISION= 2 MASTER_SITES= # empty COMMENT= Sun's Java(tm) Runtime Environment 1.3.1 |