diff options
author | asau <asau@pkgsrc.org> | 2012-10-08 13:25:10 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-08 13:25:10 +0000 |
commit | fb4689d69ea11faa910f7286f74daca6097ab9db (patch) | |
tree | 394746068028ecd760849eba93abb01dfd5bea17 /cad/wcalc-docs | |
parent | 7a48191ad0a52cfc86bcf6477e155dce1d4802ad (diff) | |
download | pkgsrc-fb4689d69ea11faa910f7286f74daca6097ab9db.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'cad/wcalc-docs')
-rw-r--r-- | cad/wcalc-docs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cad/wcalc-docs/Makefile b/cad/wcalc-docs/Makefile index 63b11506a94..d3c145bc43a 100644 --- a/cad/wcalc-docs/Makefile +++ b/cad/wcalc-docs/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2011/04/22 13:43:04 obache Exp $ +# $NetBSD: Makefile,v 1.5 2012/10/08 13:25:17 asau Exp $ # -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../cad/wcalc/Makefile.common" PKGNAME= ${DISTNAME:S/wcalc/wcalc-docs/} PKGREVISION= 2 |