diff options
author | asau <asau@pkgsrc.org> | 2012-10-08 12:19:01 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-08 12:19:01 +0000 |
commit | 2967167db5ae1f88d290f9b8874be70623e96af0 (patch) | |
tree | 7139fbae3454ff926975d735adb7ffa1c7d02bbf /mail/wl | |
parent | b543297c0d1d91a81bb34d0c10f4c3eb31804af0 (diff) | |
download | pkgsrc-2967167db5ae1f88d290f9b8874be70623e96af0.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'mail/wl')
-rw-r--r-- | mail/wl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/wl/Makefile b/mail/wl/Makefile index 9f0215256bb..5bc514a3d0a 100644 --- a/mail/wl/Makefile +++ b/mail/wl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2010/07/14 02:16:45 dholland Exp $ +# $NetBSD: Makefile,v 1.43 2012/10/08 12:19:34 asau Exp $ DISTNAME= wl-2.14.0 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -10,8 +10,6 @@ MAINTAINER= tech-pkg-ja@jp.NetBSD.org HOMEPAGE= http://www.gohome.org/wl/ COMMENT= Mail/news management system with IMAP4rev1 support for Emacs -PKG_DESTDIR_SUPPORT= user-destdir - BUILD_TARGET= all info INSTALL_TARGET= install install-info MAKE_FLAGS+= INFODIR=${DESTDIR:Q}${EMACS_INFOPREFIX:Q} |