diff options
author | asau <asau> | 2012-10-03 00:02:33 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-03 00:02:33 +0000 |
commit | 64bd928e7ccf8bcb2e0fac65e5b369ed44f5081a (patch) | |
tree | 4aa30529e48266b3b23855c535d330e6d5b5d7d3 /chat/amsn | |
parent | a189a0a58af46c22e9617b692b0b2c19644064df (diff) | |
download | pkgsrc-64bd928e7ccf8bcb2e0fac65e5b369ed44f5081a.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'chat/amsn')
-rw-r--r-- | chat/amsn/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/amsn/Makefile b/chat/amsn/Makefile index 8b6acb32d55..85acb0f03cb 100644 --- a/chat/amsn/Makefile +++ b/chat/amsn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2012/08/21 23:49:19 marino Exp $ +# $NetBSD: Makefile,v 1.24 2012/10/03 00:02:33 asau Exp $ # DISTNAME= amsn-0.98.3 @@ -12,7 +12,6 @@ HOMEPAGE= http://www.amsn-project.net/ COMMENT= Alvaro\'s MSN messenger client LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl}/lib USE_LANGUAGES= c c++ |