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/xcircuit | |
parent | ba231f5526575cc6acbd7ed3c21f348cdb19b306 (diff) | |
download | pkgsrc-90a59f44913f74f8b06e96c229c8c16be8f0cd5d.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'cad/xcircuit')
-rw-r--r-- | cad/xcircuit/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index 67dc42deac0..70bffbc209d 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2012/08/21 23:49:18 marino Exp $ +# $NetBSD: Makefile,v 1.34 2012/10/08 13:25:17 asau Exp $ DISTNAME= xcircuit-3.4.26 PKGREVISION= 1 @@ -10,8 +10,6 @@ MAINTAINER= shaun@inerd.com HOMEPAGE= http://opencircuitdesign.com/xcircuit/ COMMENT= Drawing program for X11 (especially for circuits) -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/${DISTNAME} USE_TOOLS+= gs:run GNU_CONFIGURE= yes |