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/ysm/Makefile | |
parent | a189a0a58af46c22e9617b692b0b2c19644064df (diff) | |
download | pkgsrc-64bd928e7ccf8bcb2e0fac65e5b369ed44f5081a.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'chat/ysm/Makefile')
-rw-r--r-- | chat/ysm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chat/ysm/Makefile b/chat/ysm/Makefile index 4b86144972e..7c3245b83c7 100644 --- a/chat/ysm/Makefile +++ b/chat/ysm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2011/11/05 23:21:21 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2012/10/03 00:02:47 asau Exp $ DISTNAME= ysmv7_2_9_9_1 PKGNAME= ysm-2.9.9.1 @@ -10,8 +10,6 @@ HOMEPAGE= http://ysmv7.sourceforge.net/ COMMENT= The 'You Sick Me' terminal based ICQ client LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= YES USE_GNU_READLINE= YES # rl_delete_text |