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 | 90a59f44913f74f8b06e96c229c8c16be8f0cd5d (patch) | |
tree | 394746068028ecd760849eba93abb01dfd5bea17 /cad/libwcalc | |
parent | ba231f5526575cc6acbd7ed3c21f348cdb19b306 (diff) | |
download | pkgsrc-90a59f44913f74f8b06e96c229c8c16be8f0cd5d.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'cad/libwcalc')
-rw-r--r-- | cad/libwcalc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cad/libwcalc/Makefile b/cad/libwcalc/Makefile index 239aaa77155..862d12d1466 100644 --- a/cad/libwcalc/Makefile +++ b/cad/libwcalc/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2011/04/22 13:41:55 obache Exp $ +# $NetBSD: Makefile,v 1.6 2012/10/08 13:25:14 asau Exp $ # -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../cad/wcalc/Makefile.common" PKGNAME= lib${DISTNAME} PKGREVISION= 2 |