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/eagle | |
parent | 7a48191ad0a52cfc86bcf6477e155dce1d4802ad (diff) | |
download | pkgsrc-fb4689d69ea11faa910f7286f74daca6097ab9db.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'cad/eagle')
-rw-r--r-- | cad/eagle/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cad/eagle/Makefile b/cad/eagle/Makefile index a3e5a58a988..560344d58a4 100644 --- a/cad/eagle/Makefile +++ b/cad/eagle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2011/11/23 13:24:49 hans Exp $ +# $NetBSD: Makefile,v 1.23 2012/10/08 13:25:11 asau Exp $ # DISTNAME= eagle-lin-eng-4.16r2 @@ -18,8 +18,6 @@ NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} -PKG_DESTDIR_SUPPORT= user-destdir - EMUL_PLATFORMS= linux-i386 EMUL_MODULES.linux= x11 |