diff options
author | joerg <joerg@pkgsrc.org> | 2010-01-28 01:11:27 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-01-28 01:11:27 +0000 |
commit | b912cfce82b3d7aa10d23ab5e6071c9f7332debb (patch) | |
tree | 61801356c5209c880bacef2ee3d8487453aa069c /cad/wcalc-docs | |
parent | c82000942f56d9865f985adf8129e7ea4d1c7cd9 (diff) | |
download | pkgsrc-b912cfce82b3d7aa10d23ab5e6071c9f7332debb.tar.gz |
Do not build the message catalogs by default for the various wcalc
packages, but only in libwalc. They have been silently reinstalled
over and over again. Mark *wcalc* as DESTDIR ready.
Diffstat (limited to 'cad/wcalc-docs')
-rw-r--r-- | cad/wcalc-docs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/wcalc-docs/Makefile b/cad/wcalc-docs/Makefile index 606588ef940..a88b44704d5 100644 --- a/cad/wcalc-docs/Makefile +++ b/cad/wcalc-docs/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2006/02/05 23:08:23 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2010/01/28 01:11:28 joerg Exp $ # +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../cad/wcalc/Makefile.common" PKGNAME= ${DISTNAME:S/wcalc/wcalc-docs/} PKGREVISION= 1 |