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/geda | |
parent | 7a48191ad0a52cfc86bcf6477e155dce1d4802ad (diff) | |
download | pkgsrc-fb4689d69ea11faa910f7286f74daca6097ab9db.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'cad/geda')
-rw-r--r-- | cad/geda/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile index 9a27762504d..5f9ac51ed29 100644 --- a/cad/geda/Makefile +++ b/cad/geda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2012/10/03 21:53:59 wiz Exp $ +# $NetBSD: Makefile,v 1.81 2012/10/08 13:25:12 asau Exp $ # DISTNAME= geda-gaf-1.6.2 @@ -13,8 +13,6 @@ HOMEPAGE= http://www.gpleda.org/ COMMENT= Toolset for automating electronic design LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - # Older versions of the gEDA suite had each of the tools as a standalone tarball and build. # Beginning with 1.6, the build system has been unified. CONFLICTS+= gattrib-[0-9]* |