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/qcad | |
parent | ba231f5526575cc6acbd7ed3c21f348cdb19b306 (diff) | |
download | pkgsrc-90a59f44913f74f8b06e96c229c8c16be8f0cd5d.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'cad/qcad')
-rw-r--r-- | cad/qcad/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile index aabc556ffff..1df436cba64 100644 --- a/cad/qcad/Makefile +++ b/cad/qcad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2011/11/01 06:00:45 sbd Exp $ +# $NetBSD: Makefile,v 1.54 2012/10/08 13:25:15 asau Exp $ # DISTNAME= qcad-2.0.5.0-1-community.src @@ -8,8 +8,6 @@ DISTNAME= qcad-2.0.5.0-1-community.src PKGNAME= qcad-2.0.5.0 PKGREVISION= 5 -PKG_DESTDIR_SUPPORT= user-destdir - .include "./Makefile.common" COMMENT= 2D CAD system |