diff options
author | asau <asau> | 2012-10-03 00:02:33 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-03 00:02:33 +0000 |
commit | a1e1ff1fef4cafab1e2ecf5075f6266e36598415 (patch) | |
tree | 4aa30529e48266b3b23855c535d330e6d5b5d7d3 /chat/libmsn | |
parent | 69a7bce5ba4482f4d34a457cb1e82b05d10fd8a9 (diff) | |
download | pkgsrc-a1e1ff1fef4cafab1e2ecf5075f6266e36598415.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'chat/libmsn')
-rw-r--r-- | chat/libmsn/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chat/libmsn/Makefile b/chat/libmsn/Makefile index c7a884c9cb3..f5d5a3102d1 100644 --- a/chat/libmsn/Makefile +++ b/chat/libmsn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/02/16 15:14:41 hans Exp $ +# $NetBSD: Makefile,v 1.5 2012/10/03 00:02:39 asau Exp $ DISTNAME= libmsn-4.1 CATEGORIES= chat @@ -10,8 +10,6 @@ HOMEPAGE= http://sourceforge.net/projects/libmsn COMMENT= library for connecting to Microsoft's MSN Messenger service LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - USE_CMAKE= yes USE_LANGUAGES+= c c++ |