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/zircon/Makefile | |
parent | a189a0a58af46c22e9617b692b0b2c19644064df (diff) | |
download | pkgsrc-64bd928e7ccf8bcb2e0fac65e5b369ed44f5081a.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'chat/zircon/Makefile')
-rw-r--r-- | chat/zircon/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chat/zircon/Makefile b/chat/zircon/Makefile index aec885a49e1..ae754c3f671 100644 --- a/chat/zircon/Makefile +++ b/chat/zircon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/08/21 21:41:03 marino Exp $ +# $NetBSD: Makefile,v 1.17 2012/10/03 00:02:47 asau Exp $ # DISTNAME= zircon-1.18.245 @@ -11,8 +11,6 @@ HOMEPAGE= http://catless.ncl.ac.uk/Programs/Zircon/ COMMENT= X11 interface to Internet Relay Chat LICENSE= original-bsd -PKG_DESTDIR_SUPPORT= user-destdir - NO_CONFIGURE= yes NO_BUILD= yes |