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/xaric | |
parent | a189a0a58af46c22e9617b692b0b2c19644064df (diff) | |
download | pkgsrc-64bd928e7ccf8bcb2e0fac65e5b369ed44f5081a.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'chat/xaric')
-rw-r--r-- | chat/xaric/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/xaric/Makefile b/chat/xaric/Makefile index a515db3dc41..ce8cef28a3a 100644 --- a/chat/xaric/Makefile +++ b/chat/xaric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2011/12/17 10:14:52 sbd Exp $ +# $NetBSD: Makefile,v 1.20 2012/10/03 00:02:46 asau Exp $ # DISTNAME= xaric-0.12.1 @@ -10,7 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://rexfeany.com/software/xaric/ COMMENT= IRC client similar to BitchX and ircII -PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no GNU_CONFIGURE= yes |