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/boolean | |
parent | 7a48191ad0a52cfc86bcf6477e155dce1d4802ad (diff) | |
download | pkgsrc-fb4689d69ea11faa910f7286f74daca6097ab9db.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'cad/boolean')
-rw-r--r-- | cad/boolean/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cad/boolean/Makefile b/cad/boolean/Makefile index 4f027ae2c0c..e9b10b9767b 100644 --- a/cad/boolean/Makefile +++ b/cad/boolean/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2012/10/02 17:10:37 tron Exp $ +# $NetBSD: Makefile,v 1.58 2012/10/08 13:25:11 asau Exp $ # DISTNAME= boolean_6_99 @@ -12,8 +12,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://boolean.klaasholwerda.nl/bool.html COMMENT= GDSII viewer/editor + (boolean) operations on sets of 2d polygons -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/boolean GCC_REQD+= 3.0 |