diff options
author | asau <asau@pkgsrc.org> | 2012-10-03 11:43:30 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-03 11:43:30 +0000 |
commit | cb4e5d5e4352b3c047eb512aade27c72f1dcd7e6 (patch) | |
tree | 1d24180b8279f1eb471106861cd2a1fe74d87224 /editors/wily | |
parent | d9e86a400a9ce7adfc38f8866c2f346e02a9a6e5 (diff) | |
download | pkgsrc-cb4e5d5e4352b3c047eb512aade27c72f1dcd7e6.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'editors/wily')
-rw-r--r-- | editors/wily/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/wily/Makefile b/editors/wily/Makefile index 098d787e735..8f178dc24a7 100644 --- a/editors/wily/Makefile +++ b/editors/wily/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2007/08/17 23:46:17 agc Exp $ +# $NetBSD: Makefile,v 1.20 2012/10/03 11:43:47 asau Exp $ # DISTNAME= wily-0.13.41 @@ -13,7 +13,6 @@ COMMENT= Unix/X11 clone of the Plan9 acme editor/environment GNU_CONFIGURE= yes CONFIGURE_HAS_MANDIR= no -PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= libXgFonts>=1.0nb1:../../fonts/Xg |