diff options
author | asau <asau> | 2012-10-08 12:19:01 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-08 12:19:01 +0000 |
commit | 9a2579802dab4915b43bdd3086ba4fbc1cbe803a (patch) | |
tree | 7139fbae3454ff926975d735adb7ffa1c7d02bbf /mail/elmo | |
parent | 7e05c265b719b79a12f4465603f008906e8e1ce1 (diff) | |
download | pkgsrc-9a2579802dab4915b43bdd3086ba4fbc1cbe803a.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'mail/elmo')
-rw-r--r-- | mail/elmo/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/elmo/Makefile b/mail/elmo/Makefile index 4369fb34932..23f208cbf61 100644 --- a/mail/elmo/Makefile +++ b/mail/elmo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/10/03 21:56:23 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2012/10/08 12:19:09 asau Exp $ # DISTNAME= elmo-1.3.2 @@ -10,8 +10,6 @@ MAINTAINER= pkg@burningsoda.com HOMEPAGE= http://elmo.sourceforge.net/ COMMENT= The ELectronic Mail Operator MUA -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes USE_TOOLS+= flex perl:run |